Update ingress.conf

This commit is contained in:
Alexandre
2022-12-05 21:49:39 +01:00
committed by GitHub
parent 0bc64e247a
commit b5d50b51e6

View File

@@ -7,6 +7,7 @@ server {
# Code origin : https://github.com/transmission/transmission/issues/899
location = / {
absolute_redirect off; # Do not add port to redirect
return 301 ./web/; # The slash at the end is important.
proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content
}