Parcourir la source

Point well-known to /

Fixes #431
Unrud il y a 9 ans
Parent
commit
0306ee6dcc
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      config
  2. 2 2
      radicale/config.py

+ 2 - 2
config

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

+ 2 - 2
radicale/config.py

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