summaryrefslogblamecommitdiff
path: root/uwsgi/wagtail.ini
blob: 2fdffb55cf4cb4f2ccac400f142325e34723beb7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
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