diff --git a/conf/nginx.conf b/conf/nginx.conf index 5666e98..3cefd91 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location __PATH__/ { index index.html index.htm index.php; # allow larger file uploads and longer script runtimes - client_max_body_size 100m; + client_max_body_size 1024m; client_body_timeout 120s; try_files $uri $uri/ /index.php?$query_string;