comparison host/startup/nginx/nginx.default.conf.luan @ 2156:d2e2bb4ad044 nginx_sites_addon

move error_log directive from nginx.default.conf.luan to nginx.conf.luan
author Violet7
date Tue, 27 Jan 2026 19:44:35 -0800
parents a70b603f82f5
children
comparison
equal deleted inserted replaced
2155:088d5f215d66 2156:d2e2bb4ad044
5 5
6 proxy_http_version 1.1; 6 proxy_http_version 1.1;
7 proxy_set_header Host $http_host; 7 proxy_set_header Host $http_host;
8 proxy_set_header Connection ''; 8 proxy_set_header Connection '';
9 9
10 error_log <%=rootDir%>/logs/nginx_error.log;
11 10
12 proxy_set_header X-Forwarded-Proto $scheme; 11 proxy_set_header X-Forwarded-Proto $scheme;
13 proxy_set_header X-Real-IP $remote_addr; 12 proxy_set_header X-Real-IP $remote_addr;
14 13
15 charset utf-8; 14 charset utf-8;