摘要:
#user nobody; worker_processes 1;##工作线程数,一般和cpu的核数相同:可通过ps -ef | nginx查看线程数 #配置错误日志位置 #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid ... 阅读全文
posted @ 2019-05-08 18:45 我编程我快乐 阅读(364) 评论(0) 推荐(0) 编辑