aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/apache-vhost.conf2
1 files changed, 1 insertions, 1 deletions
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>