fixed wsgi script in apache sample config

This commit is contained in:
Finn Christiansen 2018-12-30 09:34:42 +01:00
parent fcd783ef26
commit ef5d911437

View file

@ -24,7 +24,7 @@
SetEnv SECRET_KEY secret SetEnv SECRET_KEY secret
WSGIDaemonProcess reminder user=www-data group=www-data threads=5 WSGIDaemonProcess reminder user=www-data group=www-data threads=5
WSGIScriptAlias / /var/www/vhosts/reminder.pimux.de/index.py WSGIScriptAlias / /var/www/vhosts/reminder.pimux.de/reminder.wsgi
WSGIScriptReloading On WSGIScriptReloading On
WSGIPassAuthorization On WSGIPassAuthorization On