Merge pull request #24 from vuntz/radicale-in-subdir

Allow running radicale in a subdir, as well as in a subdir behind a proxy
This commit is contained in:
Guillaume Ayoub
2013-04-26 08:33:12 -07:00
3 changed files with 39 additions and 13 deletions

4
config
View File

@ -27,6 +27,10 @@ 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 =
[encoding]