mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Update ingress.conf
This commit is contained in:
@@ -44,8 +44,8 @@ server {
|
|||||||
# Correct url without port when using https
|
# Correct url without port when using https
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
sub_filter_types *;
|
sub_filter_types *;
|
||||||
#sub_filter http://$host/ $x_scheme://$host$x_port/;
|
sub_filter http://$host/ $x_scheme://$host$x_port/;
|
||||||
#sub_filter http://$host$x_port/ $x_scheme://$host$x_port/;
|
sub_filter http://$host$x_port/ $x_scheme://$host$x_port/;
|
||||||
sub_filter https://$host/ https://$host$x_port/;
|
sub_filter https://$host/ https://$host$x_port/;
|
||||||
|
|
||||||
# Rewrite url
|
# Rewrite url
|
||||||
|
|||||||
Reference in New Issue
Block a user