From 0bcfd849c576985cc9201e5c2078d44ed6ba6e66 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:32:55 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9a1e778..a760716 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,9 @@ location / { } index index.php; - + + client_max_body_size 500M; + try_files $uri $uri/ /index.php; location ~ [^/]\.php(/|$) {