diff host/startup/nginx/nginx_master.conf.luan @ 2147:515e892cd4c2 nginx_decoupled tip

set nginx error log; rename luanhost_controller
author Violet7
date Wed, 21 Jan 2026 21:57:07 -0800
parents 68b055359b2b
children
line wrap: on
line diff
--- a/host/startup/nginx/nginx_master.conf.luan	Wed Jan 21 20:15:11 2026 -0800
+++ b/host/startup/nginx/nginx_master.conf.luan	Wed Jan 21 21:57:07 2026 -0800
@@ -9,7 +9,7 @@
 user <%=nginxUser%> <%=nginxGroup%>;
 worker_processes auto;
 pid <%=nginxPidDir%>/nginx.pid;
-error_log <%=nginxLogDir%>/error.log;
+error_log <%=nginxLogDir%>/error.log warn;
 # Entirely untested, uncomment if modules are needed
 # include <%=nginxRootConfigDir%>/modules/*.conf;