diff options
author | Alec Di Vito <divito.alec@gmail.com> | 2024-06-06 22:46:00 +0000 |
---|---|---|
committer | Alec Di Vito <divito.alec@gmail.com> | 2024-06-06 22:46:00 +0000 |
commit | 28fd1725a4d973f8533be4936fee0959a30bc262 (patch) | |
tree | bc3ab86d046386dc5ee1bc017ef9fabf83a9f1cf | |
parent | feat: Added HTML and Javascript progress bar when uploading files (diff) | |
download | miniserve-28fd1725a4d973f8533be4936fee0959a30bc262.tar.gz miniserve-28fd1725a4d973f8533be4936fee0959a30bc262.zip |
chore: update README.md with new option
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -268,6 +268,12 @@ Options: [env: MINISERVE_ALLOWED_UPLOAD_DIR=] + --web-upload-files-concurrency <WEB_UPLOAD_CONCURRENCY> + Configure amount of concurrent uploads when visiting the website. Must have upload-files option enabled for this setting to matter. + + [env: MINISERVE_WEB_UPLOAD_CONCURRENCY=] + [default: 0] + -U, --mkdir Enable creating directories |