]> wagnertech.de Git - projects.git/blob - mdjango/etc/mysite.conf
81eb48f58ff8cbe92363700a3be937d46d04c1c3
[projects.git] / mdjango / etc / mysite.conf
1 WSGIScriptAlias / /opt/mysite/mysite/wsgi.py
2 #WSGIPythonHome /path/to/venv
3 WSGIPythonPath /opt/mysite
4 <Directory /opt/mysite>
5 <Files wsgi.py>
6 Require all granted
7 </Files>
8 </Directory>