From 50b884115e34fc962752334f3c3920c699c78b95 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 14 Apr 2019 23:50:56 -0600 Subject: adding wagtail uwsgi config --- uwsgi/wagtail.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 uwsgi/wagtail.ini 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 + -- cgit v1.2.3