mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-02 20:57:37 +03:00
set env to be honored later
This commit is contained in:
parent
358ae55540
commit
820691ca53
1 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,8 @@ Radicale WSGI file (mod_wsgi and uWSGI compliant).
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import os
|
||||||
from radicale import application
|
from radicale import application
|
||||||
|
|
||||||
|
# set an environment variable
|
||||||
|
os.environ.setdefault('SERVER_GATEWAY_INTERFACE', 'Web')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue