diff --git a/ansible/roles/web_AI-5/files/000-default.conf b/ansible/roles/web_AI-5/files/000-default.conf index 2b8f480..bf85cc0 100644 --- a/ansible/roles/web_AI-5/files/000-default.conf +++ b/ansible/roles/web_AI-5/files/000-default.conf @@ -1,3 +1,6 @@ +WSGIScriptAlias / /vagrant/django/didgeridoo/didgeridoo/wsgi.py +WSGIPythonPath /vagrant/django/didgeridoo/ + # The ServerName directive sets the request scheme, hostname and port that # the server uses to identify itself. This is used when creating @@ -20,17 +23,13 @@ - - Require all granted - - - - Require all granted - - WSGIScriptAlias / /vagrant/django/didgeridoo/didgeridoo/wsgi.py - WSGIDaemonProcess didgeridoo python-path=/vagrant/django/didgeridoo processes=2 threads=15 display-name=%{GROUP} - WSGIProcessGroup didgeridoo + + Require all granted + + + Require all granted + # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg.