blob: 1d87a3b42e6259b6b6b8cdee99e6184d29232b01 [file] [log] [blame]
[uwsgi]
module = sf_t3d.wsgi:application
master = true
pidfile = django.uwsgi.pid
enable-threads = true
http = 127.0.0.1:8000
processes = 5
# respawn processes taking more than 50 seconds
harakiri = 50
# respawn processes after serving 5000 requests
max-requests = 5000
# clear environment on exit
vacuum = true
# optional path to a virtualenv
#home = env