diff --git a/web-system/web.yaml b/web-system/web.yaml index 22afa03..13e14ca 100644 --- a/web-system/web.yaml +++ b/web-system/web.yaml @@ -401,6 +401,8 @@ data: server_name _; root /usr/share/nginx/html; index index.html index.htm; + # Fix redirects behind reverse proxy + absolute_redirect off; # Health check endpoint location /health {