1
0
mirror of synced 2025-12-13 11:22:16 +01: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;
proxy_pass http://localhost:%%SSA_PORT%%/;
#proxy_pass http://backend%%ingress_entry%%/;
#proxy_pass http://backend%%ingress_entry%%/;
}
}
}