mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-25 19:30:54 +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
|
@ -41,8 +41,6 @@ INITIAL_CONFIG = {
|
|||
"protocol": "PROTOCOL_SSLv23",
|
||||
"ciphers": "",
|
||||
"dns_lookup": "True",
|
||||
"base_prefix": "/",
|
||||
"can_skip_base_prefix": "False",
|
||||
"realm": "Radicale - Password Required"},
|
||||
"encoding": {
|
||||
"request": "utf-8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue