mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Handle use in a subdir. Patch from Clint Adams <clint@softwarefreedom.org> adapted from http://redmine.kozea.fr/issues/996
This commit is contained in:
parent
b6b48b5af7
commit
54bda5594c
3 changed files with 5 additions and 2 deletions
|
@ -45,7 +45,8 @@ INITIAL_CONFIG = {
|
|||
"ssl": "False",
|
||||
"certificate": "/etc/apache2/ssl/server.crt",
|
||||
"key": "/etc/apache2/ssl/server.key",
|
||||
"dns_lookup": "True"},
|
||||
"dns_lookup": "True",
|
||||
"base_prefix": ""},
|
||||
"encoding": {
|
||||
"request": "utf-8",
|
||||
"stock": "utf-8"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue