Update ingress.conf

This commit is contained in:
Alexandre
2022-08-04 20:19:25 +02:00
committed by GitHub
parent 4822d80c2c
commit 5d353a64ef

View File

@@ -48,10 +48,7 @@ server {
sub_filter_once off;
sub_filter_types *;
sub_filter http://$host/ $x_scheme://$x_host$x_port/;
sub_filter $x_scheme://$host/ $x_scheme://$x_host$x_port/;
# Avoid specific fbloemhof issue
sub_filter /app/api/hassio_ingress /api/hassio_ingress;
sub_filter $x_scheme://$host/ $x_scheme://$x_host$x_port/;
location / {
allow 172.30.32.2;