mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01: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;
|
||||
|
||||
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 / {
|
||||
# Proxy pass
|
||||
proxy_pass http://localhost:8080;
|
||||
|
||||
Reference in New Issue
Block a user