update message
parent
37b14d698f
commit
e46a007c71
|
@ -8,7 +8,7 @@ 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.
|
||||
Note that if you are handling 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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package page
|
||||
|
||||
var GIT_COMMIT_HASH = "b88d6e7"
|
||||
var GIT_COMMIT_HASH = "37b14d6"
|
||||
var CIRCLE_BUILD_NUM = ""
|
||||
var GENERATED int64 = 1492006723622433500
|
||||
var GENERATED int64 = 1492007757358403000
|
||||
|
|
Loading…
Reference in New Issue