diff --git a/nginx.conf b/nginx.conf index 6ffde7b..94b2df2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,6 +3,7 @@ server { listen [::]:8080; server_name localhost; root /usr/share/nginx/html; + client_max_body_size 500M; location / { index index.php index.html index.htm;