mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Avoid port addition in redirect
This commit is contained in:
@@ -5,7 +5,8 @@ server {
|
||||
client_max_body_size 0;
|
||||
|
||||
location = / {
|
||||
return 301 %%ingress_entry%%/;
|
||||
absolute_redirect off; # Do not add port to redirect
|
||||
return 301 %%ingress_entry%%/; # Send to ingress
|
||||
}
|
||||
|
||||
location %%ingress_entry%%/ {
|
||||
|
||||
Reference in New Issue
Block a user