Add an option allowing requests without base_prefix

Related to #147, patch proposed by jheidemann
This commit is contained in:
Guillaume Ayoub
2014-08-06 11:51:11 +02:00
parent 0822f99650
commit 9ad9c466e2
3 changed files with 6 additions and 0 deletions

2
config
View File

@@ -34,6 +34,8 @@ ciphers =
dns_lookup = True
# Root URL of Radicale (starting and ending with a slash)
base_prefix = /
# Possibility to allow URLs cleaned by a HTTP server, without the base_prefix
can_skip_base_prefix = False
# Message displayed in the client when a password is needed
realm = Radicale - Password Required