fix: fix nginx max-body-size limit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user