]> wagnertech.de Git - projects.git/blobdiff - mdjango/etc/mysite.conf
webssh added
[projects.git] / mdjango / etc / mysite.conf
diff --git a/mdjango/etc/mysite.conf b/mdjango/etc/mysite.conf
new file mode 100644 (file)
index 0000000..81eb48f
--- /dev/null
@@ -0,0 +1,8 @@
+WSGIScriptAlias / /opt/mysite/mysite/wsgi.py
+#WSGIPythonHome /path/to/venv
+WSGIPythonPath /opt/mysite
+<Directory /opt/mysite>
+<Files wsgi.py>
+Require all granted
+</Files>
+</Directory>