[uwsgi] # chdir to the folder of this config file chdir = %d/ # load Django's wsgi.py for this application module = arrowcounter.wsgi:application # serve static files under the global static dir static-map2 = /static=%d static-expires = /* 7776000 offload-threads = %k socket = 0.0.0.0:8000 master = true processes = 4