14 lines
239 B
INI
14 lines
239 B
INI
|
|
[uwsgi]
|
||
|
|
logformat = %(method) %(status) %(uri) %(proto)
|
||
|
|
log-5xx = true
|
||
|
|
#uid = uwsgi
|
||
|
|
processes = 5
|
||
|
|
|
||
|
|
harakiri = 20
|
||
|
|
maxrequests = 5000
|
||
|
|
|
||
|
|
socket = 0.0.0.0:3031
|
||
|
|
#plugins = python
|
||
|
|
protocol = uwsgi
|
||
|
|
chdir = /app
|
||
|
|
module = threadchat.wsgi:application
|