摘要:#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