From d3ca6aee5c66e3a7e6d4311990ab8a06f3a60297 Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Sun, 18 Jun 2017 21:28:42 +0200 Subject: [PATCH] Move the wsgi file to the budget dir The wsgi file needs to live in the budget dir if we want it to be installed by setuptools --- ihatemoney.wsgi => budget/ihatemoney.wsgi | 0 conf/apache-vhost.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ihatemoney.wsgi => budget/ihatemoney.wsgi (100%) diff --git a/ihatemoney.wsgi b/budget/ihatemoney.wsgi similarity index 100% rename from ihatemoney.wsgi rename to budget/ihatemoney.wsgi diff --git a/conf/apache-vhost.conf b/conf/apache-vhost.conf index 6c050589..b3f13495 100644 --- a/conf/apache-vhost.conf +++ b/conf/apache-vhost.conf @@ -3,7 +3,7 @@ ServerName ihatemoney.example.com # Uncomment the python-home option if you use a virtualenv WSGIDaemonProcess ihatemoney user=www-data group=www-data threads=5 python-path=/path/to/ihatemoney/budget # python-home=/path/to/your/venv - WSGIScriptAlias / /path/to/ihatemoney/ihatemoney.wsgi + WSGIScriptAlias / /path/to/ihatemoney/budget/ihatemoney.wsgi ErrorLog /var/log/apache2/ihatemoney.example.com_error.log CustomLog /var/log/apache2/ihatemoney.example.com_access.log combined