Skip to content

Commit

Permalink
A minimal caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
nisbet-hubbard authored Nov 17, 2024
1 parent 4ab579f commit d5d7afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/deploying/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d7afc

Please sign in to comment.