Update ingress.conf

This commit is contained in:
Alexandre
2021-08-03 21:41:02 +02:00
committed by GitHub
parent 9b29408f20
commit 1931955e21

View File

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