mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
fix auth header for webdav
This commit is contained in:
parent
e6ba4c8e28
commit
f5f34ff829
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ ram.runtime = "500M"
|
|||
webdav.url = "__DOMAIN__/seafdav"
|
||||
webdav.label = "Webdav"
|
||||
webdav.allowed = "visitors"
|
||||
webdav.auth_header = true
|
||||
webdav.auth_header = false
|
||||
webdav.protected = true
|
||||
webdav.show_tile = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue