feat(nginx): increase minio upload size to 50M

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-05-19 02:00:04 +05:30
parent 515e6deb20
commit cf824b8237

View file

@ -20,6 +20,8 @@ data:
proxy_set_header Connection "";
chunked_transfer_encoding off;
client_max_body_size 50M;
proxy_pass http://minio.db.svc.cluster.local:9000;
}