Point well-known to /

Fixes #431
This commit is contained in:
Unrud 2016-07-14 10:06:38 +02:00 committed by Unrud
parent ef63865e31
commit 0306ee6dcc
2 changed files with 4 additions and 4 deletions

4
config
View File

@ -73,10 +73,10 @@
[well-known] [well-known]
# Path where /.well-known/caldav/ is redirected # Path where /.well-known/caldav/ is redirected
#caldav = '/%(user)s/caldav/' #caldav = /
# Path where /.well-known/carddav/ is redirected # Path where /.well-known/carddav/ is redirected
#carddav = '/%(user)s/carddav/' #carddav = /
[auth] [auth]

View File

@ -45,8 +45,8 @@ INITIAL_CONFIG = {
"can_skip_base_prefix": "False", "can_skip_base_prefix": "False",
"realm": "Radicale - Password Required"}, "realm": "Radicale - Password Required"},
"well-known": { "well-known": {
"caldav": "/caldav/", "caldav": "/",
"carddav": "/carddav/"}, "carddav": "/"},
"encoding": { "encoding": {
"request": "utf-8", "request": "utf-8",
"stock": "utf-8"}, "stock": "utf-8"},