Update ingress.conf

This commit is contained in:
Alexandre
2022-06-07 13:10:43 +02:00
committed by GitHub
parent f0d8f9a582
commit 8e8bddec69

View File

@@ -16,7 +16,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name %%UIPATH%%; # IMPORTANT: path has NO trailing slash
proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content
proxy_set_header proxy_set_header HA-Calibre-User admin;
}
}