mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 00:34:16 +01:00
Avoid /app folder
https://github.com/alexbelgium/hassio-addons/issues/408
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user