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