blob: 3eb767f40cd3850d6ebcf1bfb0295b5712a2d491 [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
# background the process
daemonize = django.uwsgi.log