app.ini 156 B

12345678910
  1. [uwsgi]
  2. wsgi-file = run.py
  3. callable = application
  4. socket = :8080
  5. processes = 4
  6. threads = 2
  7. master = true
  8. chmod-socket = 660
  9. vacuum = true
  10. die-on-term = true