Update ingress.gtpl

This commit is contained in:
Alexandre
2021-04-05 23:27:34 +02:00
committed by GitHub
parent 549663fa2e
commit 7d5582d7e1

View File

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