turned off absolute_redirect

This commit is contained in:
2026-01-09 08:23:25 +01:00
parent 2648c02a90
commit 8bdfc391ad
+2
View File
@@ -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 {