From bccd1df7dba9d712026603c98099f5cbb08d1f62 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 May 2022 17:01:17 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7e82033..3b07b7c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,6 +5,8 @@ location / { index index.php; + client_max_body_size 500M; + try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) {