From 10be83a94ccba1c54f2766fa4e2a3f8e97283140 Mon Sep 17 00:00:00 2001 From: Anagastes Date: Mon, 1 Sep 2025 19:04:40 +0000 Subject: [PATCH] docs/deploying/generic.md aktualisiert fix typo --- docs/deploying/generic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/generic.md b/docs/deploying/generic.md index 515ccdbe..cbbf1295 100644 --- a/docs/deploying/generic.md +++ b/docs/deploying/generic.md @@ -197,7 +197,7 @@ location ~ ^(/|/_matrix|/_conduwuit|/.well-known/matrix) { proxy_pass http://unix:/run/conduwuit/conduwuit.sock; # Nginx by default only allows file uploads up to 1M in size - # Increase client_max_body_size to match max_upload_size defined in homeserver.yaml + # Increase client_max_body_size to match max_request_size defined in conduwuit.toml client_max_body_size 50M; # Synapse-Server responses may be chunked, which is an HTTP/1.1 feature.