-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathuwsgi.ini
27 lines (22 loc) · 892 Bytes
/
uwsgi.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[uwsgi]
procname-prefix-spaced = trackman
uid = www-data
gid = www-data
uwsgi-socket = :5000
processes = 10
harakiri = 90
enable-threads = 1
module = trackman
callable = app
log-format = [pid: %(pid)|app: -|req: -/-] %(addr) (%(app_user)) {%(vars) vars in %(pktsize) bytes} [%(ctime)] %(method) %(uri) => generated %(rsize) bytes in %(msecs) msecs (%(proto) %(status)) %(headers) headers in %(hsize) bytes (%(switches) switches on core %(core))
[dev]
procname-prefix-spaced = trackman
uid = www-data
gid = www-data
uwsgi-socket = :5000
processes = 2
harakiri = 90
enable-threads = 1
module = trackman
callable = app
log-format = [pid: %(pid)|app: -|req: -/-] %(addr) (%(app_user)) {%(vars) vars in %(pktsize) bytes} [%(ctime)] %(method) %(uri) => generated %(rsize) bytes in %(msecs) msecs (%(proto) %(status)) %(headers) headers in %(hsize) bytes (%(switches) switches on core %(core))