2
0

uwsgi.ini 238 B

123456789101112
  1. [uwsgi]
  2. http-socket=:$(PORT)
  3. master=true
  4. workers=2
  5. threads=4
  6. http-keepalive=1
  7. virtualenv=$(VIRTUAL_ENV)
  8. wsgi-env-behaviour=holy
  9. http-auto-chunked=true
  10. lazy-apps=true
  11. static-map=/media/=/code/bakerydemo/media/
  12. wsgi-file=bakerydemo/wsgi.py