Perform webdav authentication in nginx, fixes #330
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user