nginx配置文件详解
摘要:
nginx.conf的配置文件详解 #运行用户 user www-data; #启动进程,通常设置成和cpu的数量相等 worker_processes 1; #全局错误日志及PID文件 error_log /var/log/nginx/error.log; pid /v... 阅读全文
posted @ 2015-04-17 13:25 快跑的小鸡 阅读(241) 评论(0) 推荐(0)
posted @ 2015-04-17 13:25 快跑的小鸡 阅读(241) 评论(0) 推荐(0)