Authored by Your Name

修改nginx_error名称区分java-nginx日志

... ... @@ -6,7 +6,7 @@ worker_cpu_affinity 00000001 00000010 00000100 00001000;
pid /usr/local/openresty/nginx/logs/nginx.pid;
# [ debug | info | notice | warn | error | crit ]
error_log /Data/logs/nginx/nginx_error.log;
error_log /Data/logs/nginx/web_nginx_error.log;
#error_log /dev/null;
#Specifies the value for maximum file descriptors that can be opened by this process.
worker_rlimit_nofile 51200;
... ...