From 0bb9faed76b4895f0c2e4a19a867d2690c316e44 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:22:21 +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 86028ea..978c8e6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,4 +11,6 @@ location /_matrix { proxy_read_timeout 600; client_max_body_size 100M; more_set_headers "Access-Control-Allow-Origin: *"; + + client_max_body_size 20M; }