summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2019-04-14 23:50:56 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2019-04-14 23:50:56 -0600
commit50b884115e34fc962752334f3c3920c699c78b95 (patch)
tree10e6dbefc0737a726167b3bab14d1c659b601717
parent7cb082cf2b8626c3136a9ff7ad16e0f954fd6b34 (diff)
downloadconfigs-50b884115e34fc962752334f3c3920c699c78b95.tar
configs-50b884115e34fc962752334f3c3920c699c78b95.tar.gz
configs-50b884115e34fc962752334f3c3920c699c78b95.tar.bz2
configs-50b884115e34fc962752334f3c3920c699c78b95.tar.lz
configs-50b884115e34fc962752334f3c3920c699c78b95.tar.xz
configs-50b884115e34fc962752334f3c3920c699c78b95.tar.zst
configs-50b884115e34fc962752334f3c3920c699c78b95.zip
adding wagtail uwsgi config
-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
+