diff --git a/ansible/roles/web_AI-5/files/000-default.conf b/ansible/roles/web_AI-5/files/000-default.conf index d56948f..28f47da 100644 --- a/ansible/roles/web_AI-5/files/000-default.conf +++ b/ansible/roles/web_AI-5/files/000-default.conf @@ -12,12 +12,25 @@ WSGIPythonPath /vagrant/django/webshop/ #ServerName www.example.com ServerAdmin webmaster@localhost + + Alias /media/ /vagrant/django/webshop/media/ + Alias /static/ /vagrant/django/webshop/static/ + Require all granted + + + Require all granted + + + + Require all granted + + # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. # It is also possible to configure the loglevel for particular