1
0
mirror of synced 2026-03-30 07:59:58 +02:00

Update ingress.disabled

This commit is contained in:
d-two
2021-01-06 16:00:08 +01:00
committed by GitHub
parent 6face880f3
commit 4427a25b78

View File

@@ -9,6 +9,6 @@ server {
deny all; deny all;
proxy_pass http://localhost:%%SSA_PORT%%/; proxy_pass http://localhost:%%SSA_PORT%%/;
#proxy_pass http://backend%%ingress_entry%%/; #proxy_pass http://backend%%ingress_entry%%/;
} }
} }