diff --git a/docker/images/files/nginx.conf b/docker/images/files/nginx.conf index e03f7ef0b..ee732a945 100644 --- a/docker/images/files/nginx.conf +++ b/docker/images/files/nginx.conf @@ -64,7 +64,7 @@ http { listen 8080 default_server; server_name _; - client_max_body_size 100M; + client_max_body_size 350M; charset utf-8; proxy_http_version 1.1;