turned off absolute_redirect
This commit is contained in:
@@ -401,6 +401,8 @@ data:
|
|||||||
server_name _;
|
server_name _;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
# Fix redirects behind reverse proxy
|
||||||
|
absolute_redirect off;
|
||||||
|
|
||||||
# Health check endpoint
|
# Health check endpoint
|
||||||
location /health {
|
location /health {
|
||||||
|
|||||||
Reference in New Issue
Block a user