aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0livd <0livd@users.noreply.github.com>2017-06-20 00:44:57 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-06-20 00:44:57 +0200
commitd960418dc015d0cd65ad6ac707bd119aa4ed660d (patch)
tree36057671b8126b8aaf3209c4dec4d2bcb1856ca3
parentab68ab149dd4f72900124ed5382c40739d18b923 (diff)
downloadihatemoney-mirror-d960418dc015d0cd65ad6ac707bd119aa4ed660d.zip
ihatemoney-mirror-d960418dc015d0cd65ad6ac707bd119aa4ed660d.tar.gz
ihatemoney-mirror-d960418dc015d0cd65ad6ac707bd119aa4ed660d.tar.bz2
Move the wsgi file to the budget dir (#218)
The wsgi file needs to live in the budget dir if we want it to be installed by setuptools
-rw-r--r--budget/ihatemoney.wsgi (renamed from ihatemoney.wsgi)0
-rw-r--r--conf/apache-vhost.conf2
2 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney.wsgi b/budget/ihatemoney.wsgi
index 66f7a73..66f7a73 100644
--- a/ihatemoney.wsgi
+++ b/budget/ihatemoney.wsgi
diff --git a/conf/apache-vhost.conf b/conf/apache-vhost.conf
index 6c05058..b3f1349 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
<Directory /path/to/ihatemoney>