mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 13:12:49 +02:00
docs/deploying/generic.md aktualisiert
fix typo
This commit is contained in:
parent
e56b7e15ea
commit
10be83a94c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue