Mercurial Hosting > luan
diff 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 |
line wrap: on
line diff
--- a/host/startup/nginx/nginx.default.conf.luan Thu Jan 15 21:30:07 2026 -0800 +++ b/host/startup/nginx/nginx.default.conf.luan Fri Jan 16 15:30:49 2026 -0800 @@ -25,6 +25,6 @@ proxy_cache_lock on; add_header X-Cache-Status $upstream_cache_status; proxy_read_timeout 24h; - proxy_pass http://luan; + proxy_pass http://127.0.0.1:8080; } <%
