mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Update ingress.conf
This commit is contained in:
@@ -47,8 +47,6 @@ server {
|
||||
proxy_set_header X-Forwarded-Proto $x_scheme;
|
||||
|
||||
# Correct url without port when using https
|
||||
sub_filter_once off;
|
||||
sub_filter_types *;
|
||||
sub_filter https://$host/ $x_scheme://$host$x_port/;
|
||||
sub_filter http://$host/ $x_scheme://$host$x_port/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user