diff --git a/docs/deploying/generic.md b/docs/deploying/generic.md index 285285486..11b3f7c5a 100644 --- a/docs/deploying/generic.md +++ b/docs/deploying/generic.md @@ -124,8 +124,7 @@ header, making federation non-functional. If using Apache, you need to use isn't very good as a general reverse proxy). Nginx users need to increase `client_max_body_size` (default is 1M) to match -`max_request_size` defined in conduwuit.toml. Set `proxy_request_buffering off;` -and `proxy_buffering off;` if you prefer not to buffer big files to disk. +`max_request_size` defined in conduwuit.toml. You will need to reverse proxy everything under following routes: - `/_matrix/` - core Matrix C-S and S-S APIs