摘要: NGINX nginx.conf 基础配置 user nginx; worker_processes auto; error_log /var/log/nginx/error.log notice; pid /var/run/nginx.pid; events { worker_connection 阅读全文
posted @ 2023-04-18 15:59 ME860 阅读(28) 评论(0) 推荐(0)
摘要: nginx基本操作 NGINX 阅读全文
posted @ 2023-04-18 15:17 ME860 阅读(16) 评论(0) 推荐(0)