默认的nginx 配置文件nginx.conf 内容如下: ... #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1024; } http { include ...
確定! 回上一頁