comparison host/startup/nginx/nginx.default.conf.luan @ 2129:6a2383baecb6

integrate into system nginx
author Violet7
date Fri, 16 Jan 2026 15:30:49 -0800
parents a70b603f82f5
children c3b4c19f2d8a
comparison
equal deleted inserted replaced
2128:cfe173c8e104 2129:6a2383baecb6
23 proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504; 23 proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
24 proxy_cache_background_update on; 24 proxy_cache_background_update on;
25 proxy_cache_lock on; 25 proxy_cache_lock on;
26 add_header X-Cache-Status $upstream_cache_status; 26 add_header X-Cache-Status $upstream_cache_status;
27 proxy_read_timeout 24h; 27 proxy_read_timeout 24h;
28 proxy_pass http://luan; 28 proxy_pass http://127.0.0.1:8080;
29 } 29 }
30 <% 30 <%