Update ingress.gtpl

This commit is contained in:
Alexandre
2024-11-25 11:54:04 +01:00
committed by GitHub
parent fdd67dcfe2
commit 664303e6bb

View File

@@ -14,8 +14,6 @@ server {
location /api {
proxy_pass {{ .protocol }}://backend;
expires 1y;
add_header Cache-Control "public, immutable";
client_max_body_size 10M;
}