From 211a653b551b225d7e7b7a0617db50f713c28b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:34:13 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 978c8e6..86028ea 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,6 +11,4 @@ location /_matrix { proxy_read_timeout 600; client_max_body_size 100M; more_set_headers "Access-Control-Allow-Origin: *"; - - client_max_body_size 20M; }