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
|
@ -153,9 +153,6 @@ def serve(configuration, logger):
|
|||
atexit.register(cleanup)
|
||||
logger.info("Starting Radicale")
|
||||
|
||||
logger.debug(
|
||||
"Base URL prefix: %s", configuration.get("server", "base_prefix"))
|
||||
|
||||
# Create collection servers
|
||||
servers = {}
|
||||
if configuration.getboolean("server", "ssl"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue