Update ingress.conf

This commit is contained in:
Alexandre
2022-06-07 13:15:03 +02:00
committed by GitHub
parent 8e8bddec69
commit 28e44a1b03

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 proxy_set_header HA-Calibre-User admin;
proxy_set_header HA-Calibre-User admin;
}
}