摘要: #etnx运行的用户和用户组 user nginx nginx; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 1; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] error_log /var/log/nginx/error.log info; #进程文件 pid /var/... 阅读全文
posted @ 2016-10-03 20:33 无为有道 阅读(494) 评论(0) 推荐(0) 编辑