From bd7ada3ff5edc62265aca5c3e607b96d17f44220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Jan 2021 17:34:43 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 48bf320..242eb70 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,6 +10,7 @@ location __PATH__/ { } index index.php ; + client_max_body_size 500M; try_files $uri $uri/ __PATH__/index.php;