mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Solve empty summary
https://github.com/alexbelgium/hassio-addons/issues/1722#issuecomment-2597689009
This commit is contained in:
@@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
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