turned off absolute_redirect
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user