comparison 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
comparison
equal deleted inserted replaced
2146:2bc779c2451d 2147:515e892cd4c2
7 7
8 8
9 user <%=nginxUser%> <%=nginxGroup%>; 9 user <%=nginxUser%> <%=nginxGroup%>;
10 worker_processes auto; 10 worker_processes auto;
11 pid <%=nginxPidDir%>/nginx.pid; 11 pid <%=nginxPidDir%>/nginx.pid;
12 error_log <%=nginxLogDir%>/error.log; 12 error_log <%=nginxLogDir%>/error.log warn;
13 # Entirely untested, uncomment if modules are needed 13 # Entirely untested, uncomment if modules are needed
14 # include <%=nginxRootConfigDir%>/modules/*.conf; 14 # include <%=nginxRootConfigDir%>/modules/*.conf;
15 15
16 events { 16 events {
17 # how was this calculated? 17 # how was this calculated?