From 6724ac25579d9dbaa8af56f19b8036cd0421a15e Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Sat, 10 Mar 2018 16:31:08 +0200 Subject: [PATCH] some documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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