2022-07-18 17:04:37 -07:00
|
|
|
[uwsgi]
|
2022-07-18 18:31:41 -07:00
|
|
|
logformat = %(method) %(status) %(addr) %(uri) %(proto)
|
|
|
|
|
log-4xx = true
|
2022-07-18 17:04:37 -07:00
|
|
|
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
|