diff --git a/conf/nginx.conf b/conf/nginx.conf index f8d8ba4..3672207 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location __PATH__/ { # Path to source alias __FINALPATH__/public/; - client_max_body_size 100M; + client_max_body_size 100m; client_body_timeout 120s; # Default is 60, May need to be increased for very large uploads index index.php;