默认nginx.conf
摘要:
user nginx; worker_processes auto; error_log /var/log/nginx/error.log notice; pid /var/run/nginx.pid; events { worker_connections 1024; } http { inclu 阅读全文
posted @ 2023-11-16 22:03 流浪のwolf 阅读(26) 评论(0) 推荐(0) 编辑