mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 11:24:04 +02:00
Update ingress.conf
This commit is contained in:
@@ -5,12 +5,6 @@
|
|||||||
|
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
|
||||||
location = / {
|
|
||||||
absolute_redirect off; # Do not add port to redirect
|
|
||||||
return 301 %%ingress_entry%%/top-birds?date=; # The slash at the end is important.
|
|
||||||
proxy_set_header X-Forwarded-Proto $scheme; # Avoids mixed content
|
|
||||||
}
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# Proxy pass
|
# Proxy pass
|
||||||
proxy_pass http://localhost:8080;
|
proxy_pass http://localhost:8080;
|
||||||
|
|||||||
Reference in New Issue
Block a user