From a9e7ea650bed69962f31d5d37ff089af410359db Mon Sep 17 00:00:00 2001 From: denis Date: Mon, 28 Oct 2024 18:10:06 -0400 Subject: [PATCH] Update conf/nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;