Loading

摘要: 教程地址 https://dunwu.github.io/nginx-tutorial/#/nginx-quickstart 以配置静态站点为例 worker_processes 1; events { worker_connections 1024; } http { include mime.t 阅读全文
posted @ 2024-07-31 13:20 binlog·top 阅读(44) 评论(0) 推荐(0)