Update ingress.conf

This commit is contained in:
Alexandre
2021-05-20 16:44:56 +02:00
committed by GitHub
parent 874ade7621
commit 8cce84c669

View File

@@ -11,7 +11,7 @@ server {
proxy_connect_timeout 30m;
proxy_send_timeout 30m;
proxy_read_timeout 30m;
proxy_pass http://backend/;
proxy_pass http://backend/web/;
}
}