Update ingress.gtpl

This commit is contained in:
Alexandre
2021-04-05 20:23:10 +02:00
committed by GitHub
parent a5a2fe18bc
commit 216b45703e

View File

@@ -9,7 +9,7 @@ server {
}
location /api {
proxy_pass {{ .protocol }}://backend;
proxy_pass {{ .protocol }}://backend/;
http2_push_preload on;
client_max_body_size 10M;
}