fixed wsgi script in apache sample config
This commit is contained in:
parent
fcd783ef26
commit
ef5d911437
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
SetEnv SECRET_KEY secret
|
||||
|
||||
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
|
||||
WSGIPassAuthorization On
|
||||
|
||||
|
|
Loading…
Reference in a new issue