diff --git a/apache/000-default.conf b/apache/000-default.conf index 28f47da..bf85cc0 100644 --- a/apache/000-default.conf +++ b/apache/000-default.conf @@ -1,5 +1,5 @@ -WSGIScriptAlias / /vagrant/django/webshop/webshop/wsgi.py -WSGIPythonPath /vagrant/django/webshop/ +WSGIScriptAlias / /vagrant/django/didgeridoo/didgeridoo/wsgi.py +WSGIPythonPath /vagrant/django/didgeridoo/ # The ServerName directive sets the request scheme, hostname and port that @@ -13,21 +13,21 @@ WSGIPythonPath /vagrant/django/webshop/ ServerAdmin webmaster@localhost - Alias /media/ /vagrant/django/webshop/media/ - Alias /static/ /vagrant/django/webshop/static/ + Alias /media/ /vagrant/django/didgeridoo/media/ + Alias /static/ /vagrant/django/didgeridoo/static/ - + Require all granted - + Require all granted - + Require all granted