Update ingress.conf

This commit is contained in:
Alexandre
2022-08-08 07:06:40 +02:00
committed by GitHub
parent 1937df9054
commit 4cbb3caa98

View File

@@ -49,7 +49,7 @@ server {
sub_filter_types *;
sub_filter http://$host/ $x_scheme://$x_host$x_port/;
sub_filter $x_scheme://$host/ $x_scheme://$x_host$x_port/;
sub_filter ^/api/hassio_ingress/.*(/api/hassio_ingress/.*)$ $1;
sub_filter ^(.*)/api/hassio_ingress/.*(/api/hassio_ingress/.*)$ $1$2;
location / {
allow 172.30.32.2;