Update resources/layout/nginx.conf

This commit is contained in:
2025-12-25 10:27:40 +00:00
parent 5c990f1e32
commit f8517264b7

View File

@@ -27,7 +27,7 @@ http {
server_name _;
location / {
proxy_pass http://web:8001;
proxy_pass http://web:8000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;