Update ingress.gtpl

This commit is contained in:
Alexandre
2021-04-05 23:28:39 +02:00
committed by GitHub
parent 7d5582d7e1
commit 4be17c41cb

View File

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