Add wsgi config file
This commit is contained in:
parent
a5cd992c0a
commit
2690e2550d
14
deploy/member_paperwork.ini
Normal file
14
deploy/member_paperwork.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[uwsgi]
|
||||||
|
plugins = python
|
||||||
|
socket = /tmp/uwsgi-member_paperwork.sock
|
||||||
|
master=True
|
||||||
|
pidfile=/tmp/member_paperwork-master.pid
|
||||||
|
vacuum=True
|
||||||
|
max-requests=5000
|
||||||
|
uid = http
|
||||||
|
gid = http
|
||||||
|
|
||||||
|
chdir=/usr/share/webapps/member_paperwork/
|
||||||
|
module=member_paperwork.wsgi:application
|
||||||
|
env=DJANGO_SETTINGS_MODULE=member_paperwork.settings.prod
|
||||||
|
home=/usr/share/webapps/member_paperwork/.venv
|
Loading…
Reference in New Issue
Block a user