From 817914b860c530f1cf9c173799528f22e18e710f Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: Wed, 20 Nov 2019 10:13:30 +0800 Subject: [PATCH] 修改nginx_error名称区分java-nginx日志 --- playbooks/templates/web-nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/templates/web-nginx/nginx.conf b/playbooks/templates/web-nginx/nginx.conf index eeb3256..de4330a 100644 --- a/playbooks/templates/web-nginx/nginx.conf +++ b/playbooks/templates/web-nginx/nginx.conf @@ -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; -- libgit2 0.24.0