Avoid /app folder

https://github.com/alexbelgium/hassio-addons/issues/408
This commit is contained in:
Alexandre
2022-08-04 14:49:17 +02:00
committed by GitHub
parent dda7e63794
commit 9d7292df25

View File

@@ -50,6 +50,9 @@ server {
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;
location / {
allow 172.30.32.2;
deny all;