comparison host/startup/nginx/nginx.default.conf.luan @ 2163:9abb0272665d default tip

merge nginx_sites_addon
author Violet7
date Sun, 01 Feb 2026 15:30:31 -0800
parents d2e2bb4ad044
children
comparison
equal deleted inserted replaced
2148:1e40503a1c3c 2163:9abb0272665d
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;