Perform webdav authentication in nginx, fixes #330

This commit is contained in:
kaiyou
2017-11-20 00:09:19 +01:00
parent 17b184e5c8
commit f3ae318132
2 changed files with 7 additions and 10 deletions

View File

@@ -4,27 +4,19 @@ daemon = False
ssl = False
dns_lookup = False
realm = Radicale - Password Required
base_prefix = /webdav/
[encoding]
request = utf-8
stock = utf-8
[well-known]
[auth]
type = IMAP
imap_hostname = front
imap_port = 10143
imap_ssl = False
[git]
type = http_x_remote_user
[rights]
type = owner_only
[storage]
type = filesystem
type = multifilesystem
filesystem_folder = /data
[logging]