摘要: 1 worker_processes 1; 2 3 events { 4 worker_connections 1024; 5 } 6 7 http { 8 include mime.types; 9 default_type application/octet-stream; 10 11 server_names... 阅读全文
posted @ 2018-02-26 14:03 呱唧同学 阅读(158) 评论(0) 推荐(0)