diff --git a/conf/nginx.conf b/conf/nginx.conf index 09c2f3a..e4bb875 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__/ { index index.html index.htm index.php; - #client_max_body_size 50M; + client_max_body_size 512M; try_files $uri $uri/ __PATH__/index.php;