23 lines
395 B
Plaintext
23 lines
395 B
Plaintext
# WebDAV configuration for Personal Internet Cell
|
|
[global]
|
|
# WebDAV server settings
|
|
port = 8080
|
|
host = 0.0.0.0
|
|
root = /var/lib/webdav
|
|
|
|
# Authentication
|
|
auth_type = basic
|
|
auth_file = /etc/webdav/users
|
|
|
|
# SSL/TLS settings
|
|
ssl = no
|
|
ssl_cert = /etc/ssl/certs/webdav.crt
|
|
ssl_key = /etc/ssl/private/webdav.key
|
|
|
|
# Logging
|
|
log_level = info
|
|
log_file = /var/log/webdav.log
|
|
|
|
# File permissions
|
|
umask = 022
|