Skip to content
Snippets Groups Projects
Select Git revision
  • 969f4580696e0f23f2b2f681b6630c1fa8d8a014
  • master default
  • test protected
  • pdp
  • localwebs
  • target-groups
  • seo1
  • fix1
8 results

gunicorn.conf.py

Blame
  • Forked from TO / Maják
    2081 commits behind the upstream repository.
    gunicorn.conf.py 95 B
    bind = "0.0.0.0:8000"
    accesslog = "-"
    workers = 1
    max_requests = 1000
    max_requests_jitter = 10