Alias {{ pathagar_subpath }}/static/ {{ pathagar_collectstatic }}/
Alias {{ pathagar_subpath }}/static_media/ {{ pathagar_media }}/
Order deny,allow
Allow from all
Require all granted
Order deny,allow
Allow from all
Require all granted
WSGIPythonPath {{ pathagar_dir }}:{{ pathagar_venv }}/lib/python2.7/site-packages
WSGIScriptAlias {{ pathagar_subpath }} {{ pathagar_dir }}/wsgi.py
Order allow,deny
Allow from all
Require all granted
CustomLog /var/log/{{ apache_service }}/pathagar-access.log combined
ServerSignature On