2018-08-10 11:44:52 +00:00
|
|
|
[uwsgi]
|
2018-08-12 13:21:40 +00:00
|
|
|
# chdir to the folder of this config file
|
|
|
|
chdir = %d/
|
2018-08-10 11:44:52 +00:00
|
|
|
|
2018-08-12 13:21:40 +00:00
|
|
|
# load Django's wsgi.py for this application
|
|
|
|
module = arrowcounter.wsgi:application
|
2018-08-10 11:44:52 +00:00
|
|
|
|
2018-08-12 13:21:40 +00:00
|
|
|
# serve static files under app static dirs
|
|
|
|
static-map2 = /static=%d/counter
|
|
|
|
static-map2 = /static=%d/user
|
|
|
|
static-expires = /* 7776000
|
|
|
|
offload-threads = %k
|
2018-08-10 11:44:52 +00:00
|
|
|
|
2018-08-12 13:21:40 +00:00
|
|
|
socket = 0.0.0.0:8000
|
|
|
|
master = true
|
|
|
|
processes = 4
|
2018-08-10 11:44:52 +00:00
|
|
|
|
|
|
|
|