set env to be honored later

This commit is contained in:
Peter Bieringer 2025-03-14 21:32:38 +01:00
parent 358ae55540
commit 820691ca53

View file

@ -3,4 +3,8 @@ Radicale WSGI file (mod_wsgi and uWSGI compliant).
"""
import os
from radicale import application
# set an environment variable
os.environ.setdefault('SERVER_GATEWAY_INTERFACE', 'Web')