From 97b53da9a1b6675e4927081b0a0c7889406edc4a Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 13 Nov 2017 22:55:09 +0100 Subject: [PATCH] partial apache conf update --- apache/000-default.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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