From a519f629efa4d63de457158c0b1ffd0e38c8e306 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Wed, 3 Feb 2021 21:18:42 +0100 Subject: [PATCH] Remove 200Mo Limit from nginx config --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 73b2aa6..7981d6a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,4 @@ location __PATH__ { - client_max_body_size 200M; # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;