[uwsgi] chdir = /app module = ginger:app master = true processes = 4 threads = 2 http = 0.0.0.0:5000 pidfile = /tmp/ginger.pid vacuum = true enable-threads = true lazy-apps = true