摘要: nginx.conf文件 worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; index x.html; a 阅读全文
posted @ 2024-06-04 14:54 Solo66 阅读(33) 评论(0) 推荐(0)