From 42bb313c709b4d07fe442dfb5c406fc6d0e2ac05 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 Nov 2020 16:36:37 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6922a0c..49eb90b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,6 @@ location ^~ __PATH__/ { # setup for image upload client_max_body_size 512M; - proxy_max_temp_file_size 2048M; try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;