Merge *base_prefix config keys into base_prefix (fixes #996)

This commit is contained in:
Guillaume Ayoub
2013-04-30 14:02:17 +02:00
parent eaa969a05c
commit bf8e874e4d
6 changed files with 39 additions and 40 deletions

6
config
View File

@ -27,10 +27,8 @@ certificate = /etc/apache2/ssl/server.crt
key = /etc/apache2/ssl/server.key
# Reverse DNS to resolve client address in logs
dns_lookup = True
# base URL if / is not the CalDAV root. If set, must start with /
base_prefix =
# base URL if Radicale is running with / as CalDAV root, but in a subdir behind a proxy (like nginx). If set, must start with /
proxy_base_prefix =
# Root URL of Radicale (starting and ending with a slash)
base_prefix = /
[encoding]