diff --git a/README.md b/README.md index f1dee74..9b4a970 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ location /flees/ { proxy_set_header X-Scheme $scheme; proxy_set_header X-Script-Name /flees; client_max_body_size 8G; - client_body_timeout 240s; + client_body_timeout 3600s; } ``` @@ -100,7 +100,7 @@ Operation is one of download, direct_download, zip_download, or upload Download a file using the filename token (if direct download enabled) - @app.route('/download///', methods=['GET']) Download a file using the share token -- @app.route('/download//', methods=['GET']) +- @app.route('/download_gui//', methods=['GET']) Download a file with a browser - @app.route('/zip//', methods=['GET']) Download the whole share as a zip file using share token