1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

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
commit eaa969a05c
3 changed files with 39 additions and 13 deletions

View file

@ -45,7 +45,9 @@ INITIAL_CONFIG = {
"ssl": "False",
"certificate": "/etc/apache2/ssl/server.crt",
"key": "/etc/apache2/ssl/server.key",
"dns_lookup": "True"},
"dns_lookup": "True",
"base_prefix": "",
"proxy_base_prefix": ""},
"encoding": {
"request": "utf-8",
"stock": "utf-8"},