diff --git a/nginx.conf b/nginx.conf index ef2ec8fa..ff4d1c3f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,13 +5,13 @@ events { } http { - client_max_body_size 500M; + client_max_body_size 2048M; server { listen 80; server_name localhost; - client_max_body_size 500M; + client_max_body_size 2048M; root /usr/share/nginx/html; index index.html index.htm; include /etc/nginx/mime.types;