mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Remove base_prefix and use SCRIPT_NAME instead
This conforms with the WSGI reference (PEP 333)
This commit is contained in:
parent
b85fc5bed6
commit
dbaf58dbfe
5 changed files with 49 additions and 65 deletions
6
config
6
config
|
@ -51,12 +51,6 @@
|
|||
# Reverse DNS to resolve client address in logs
|
||||
#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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue