From 88b29ede9ebc8308ff7d128da62747b2dd6fa344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Jul 2022 13:16:45 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;