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:
commit
eaa969a05c
3 changed files with 39 additions and 13 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue