diff --git a/conf/nginx.conf b/conf/nginx.conf index 48bf320..242eb70 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,6 +10,7 @@ location __PATH__/ { } index index.php ; + client_max_body_size 500M; try_files $uri $uri/ __PATH__/index.php;