From ef5d91143715af5f0fcde39b99583c3944a4f469 Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Sun, 30 Dec 2018 09:34:42 +0100 Subject: [PATCH] fixed wsgi script in apache sample config --- apache_sample_config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache_sample_config.conf b/apache_sample_config.conf index 51888a2..0d51ba0 100644 --- a/apache_sample_config.conf +++ b/apache_sample_config.conf @@ -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