blob: 3eb767f40cd3850d6ebcf1bfb0295b5712a2d491 [file] [log] [blame]
lombardofrc89a4a02018-09-02 16:15:25 +02001[uwsgi]
2module = sf_t3d.wsgi:application
3master = true
4pidfile = django.uwsgi.pid
5enable-threads = true
6http = 127.0.0.1:8000
7processes = 5
8# respawn processes taking more than 50 seconds
9harakiri = 50
10# respawn processes after serving 5000 requests
11max-requests = 5000
12# clear environment on exit
13vacuum = true
14# optional path to a virtualenv
15#home = env
16# background the process
17daemonize = django.uwsgi.log