mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update ingress.conf
This commit is contained in:
@@ -7,6 +7,7 @@ server {
|
|||||||
# Code origin : https://github.com/transmission/transmission/issues/899
|
# Code origin : https://github.com/transmission/transmission/issues/899
|
||||||
|
|
||||||
location = / {
|
location = / {
|
||||||
|
absolute_redirect off; # Do not add port to redirect
|
||||||
return 301 ./web/; # The slash at the end is important.
|
return 301 ./web/; # The slash at the end is important.
|
||||||
proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content
|
proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user