From f86aac1d6ca650586b20213d1bea7405786eaa5c Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 12 Apr 2017 15:18:42 +0100 Subject: [PATCH] updates Former-commit-id: b33de6ffa25c9eb895ea47a48c10d7cdecef0646 [formerly e34cb94353f524f584061db18d6a2559e31ff0dd] [formerly c75149aa6e7d4ce1c9b5b04bf9d657abe6c40b0e [formerly 37b14d698f701e6a3336c35f3923175f5fe31acb]] Former-commit-id: 60dd46308cd9d3af9fcdc15d783fa43791375587 [formerly 642b58ba2a9bf3a99dc73de54db7c272f8337dbc] Former-commit-id: 554655dd5accf2f2db9fa20c10fcd09dc94aa4a8 --- README.md | 2 ++ page/version.go | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61c9d31b..3573858a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ filemanager provides WebDAV features and a file managing interface within the sp It is extremely important for security reasons to cover the path of filemanager with some kind of authentication. You can use, for example, [`basicauth`](https://caddyserver.com/docs/basicauth) directive. +Note that if your goal is to handle large files you might run into troubles due to the defaults of [`timeouts`](https://caddyserver.com/docs/timeouts) plugin. Check its [documentation](https://caddyserver.com/docs/timeouts) to learn more about that plugin. + ## Get Started To start using this plugin you just need to go to the [download Caddy page](https://caddyserver.com/download) and choose `filemanager` in the directives section. For further information on how Caddy works refer to [its documentation](https://caddyserver.com/docs). diff --git a/page/version.go b/page/version.go index 0de50dab..7bc8c2d3 100644 --- a/page/version.go +++ b/page/version.go @@ -1,5 +1,5 @@ package page -var GIT_COMMIT_HASH = "eeeec31" +var GIT_COMMIT_HASH = "b88d6e7" var CIRCLE_BUILD_NUM = "" -var GENERATED int64 = 1491161625024584500 +var GENERATED int64 = 1492006723622433500