mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-24 00:06:04 +02:00
Update ingress.conf
This commit is contained in:
@@ -8,6 +8,7 @@ server {
|
|||||||
|
|
||||||
location = / {
|
location = / {
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user