1
0
Fork 0
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:
Unrud 2016-09-04 20:15:08 +02:00
parent b85fc5bed6
commit dbaf58dbfe
5 changed files with 49 additions and 65 deletions

View file

@ -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"):