摘要: 负载地址: http://localhost:88 配置文件 1 worker_processes 1; 2 3 events { 4 worker_connections 1024; 5 } 6 7 8 http { 9 include mime.types; 10 default_type ap 阅读全文
posted @ 2021-06-29 21:55 勤快的懒羊羊 阅读(243) 评论(0) 推荐(0)