1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Radicale/radicale.wsgi

11 lines
192 B
Text
Raw Permalink Normal View History

"""
2011-06-08 08:02:19 +02:00
Radicale WSGI file (mod_wsgi and uWSGI compliant).
"""
2025-03-14 21:32:38 +01:00
import os
2018-04-20 22:53:42 +02:00
from radicale import application
2025-03-14 21:32:38 +01:00
# set an environment variable
os.environ.setdefault('SERVER_GATEWAY_INTERFACE', 'Web')