fix: fix nginx max-body-size limit

This commit is contained in:
merlin
2026-02-03 16:52:39 +08:00
parent 4587944164
commit aa0b2f9031

View File

@@ -8,6 +8,8 @@ data:
listen 8080;
server_name {{ if .Values.ingress.enabled }}{{ (index .Values.ingress.hosts 0).host }}{{ else }}_{{ end }};
client_max_body_size 50m;
root /app/dist;
index index.html;