摘要:
# Info : The conf for nginx # Author : dingtm # CTime : 2010.07.01 user www www; #运行NGINX所使用的用户和组 worker_processes 4; #nginx进程数,建议按照cpu数目来指定,一般为它的倍数,每个进程消耗约10M内存 error_log /data/logs/nginx/error.log crit; pid /elain/apps/nginx/nginx.pid; worker_rlimit_nofile 65535; #nginx能打开文件的最大句柄数,最好与ulimit... 阅读全文
posted @ 2013-01-11 14:01
范圣帅
阅读(3128)
评论(0)
推荐(1)

浙公网安备 33010602011771号