summaryrefslogtreecommitdiff
path: root/uwsgi/wagtail.ini
diff options
context:
space:
mode:
Diffstat (limited to 'uwsgi/wagtail.ini')
-rw-r--r--uwsgi/wagtail.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/uwsgi/wagtail.ini b/uwsgi/wagtail.ini
new file mode 100644
index 0000000..2fdffb5
--- /dev/null
+++ b/uwsgi/wagtail.ini
@@ -0,0 +1,12 @@
+[uwsgi]
+socket = :8080
+plugin = python
+wsgi-file = /home/usernamehere/projectname/projectname/wsgi.py
+process = 4
+callable = application
+logto = /var/log/uwsgi/hackathon.log
+virtualenv = /home/usernamehere/venv
+chdir = /home/usernamehere/projectname
+uid = usernamehere
+gid = usernamehere
+