diff --git a/conf/nginx.conf b/conf/nginx.conf index 9a1e778..a760716 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,9 @@ location / { } index index.php; - + + client_max_body_size 500M; + try_files $uri $uri/ /index.php; location ~ [^/]\.php(/|$) {