mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
update docs
This commit is contained in:
parent
e2bc573e61
commit
cc355417d4
|
@ -168,7 +168,7 @@ firewall-cmd --reload
|
|||
* ☑ write-only folders
|
||||
* ☑ [unpost](#unpost): undo/delete accidental uploads
|
||||
* ☑ [self-destruct](#self-destruct) (specified server-side or client-side)
|
||||
* ☑ symlink/discard existing files (content-matching)
|
||||
* ☑ symlink/discard duplicates (content-matching)
|
||||
* download
|
||||
* ☑ single files in browser
|
||||
* ☑ [folders as zip / tar files](#zip-downloads)
|
||||
|
|
|
@ -39,3 +39,9 @@ server {
|
|||
proxy_set_header Connection "Keep-Alive";
|
||||
}
|
||||
}
|
||||
|
||||
# default client_max_body_size (1M) blocks uploads larger than 256 MiB
|
||||
client_max_body_size 1024M;
|
||||
client_header_timeout 610m;
|
||||
client_body_timeout 610m;
|
||||
send_timeout 610m;
|
||||
|
|
Loading…
Reference in a new issue