Allow up to 16MB for /upload endpoint (default was 1MB)

This commit is contained in:
Matthew Wild 2021-02-02 11:46:10 +00:00
parent 55354732ce
commit 7621eb0488
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ location /share {
location /upload {
try_files none @prosody;
client_max_body_size 16M;
}
location @portal {