diff --git a/nginx.conf b/nginx.conf index 7a16180b9a66b217ad5f4c147a07721810b07597..606f1194195d6868b84f34691940955479b25e33 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,7 +9,7 @@ http { server { listen 80; server_name localhost; - + client_max_body_size 100M; root /usr/share/nginx/html; index index.html index.htm; include /etc/nginx/mime.types;