diff --git a/conf/nginx.conf b/conf/nginx.conf index 7e82033..3b07b7c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,6 +5,8 @@ location / { index index.php; + client_max_body_size 500M; + try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) {