Update ingress.conf

This commit is contained in:
Alexandre
2022-08-08 12:46:36 +02:00
committed by GitHub
parent 920bf6ae7f
commit f4e9cd2f9a

View File

@@ -55,4 +55,11 @@ server {
deny all;
proxy_pass http://127.0.0.1:80;
}
location ~* ^(.*)/api/hassio_ingress/.*(/api/hassio_ingress/.*)$ {
allow 172.30.32.2;
deny all;
redirect $1$2;
proxy_pass http://127.0.0.1:80;
}
}