mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02: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 http://$host/ $x_scheme://$x_host$x_port/;
|
||||||
sub_filter $x_scheme://$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 / {
|
location / {
|
||||||
allow 172.30.32.2;
|
allow 172.30.32.2;
|
||||||
deny all;
|
deny all;
|
||||||
|
|||||||
Reference in New Issue
Block a user