Skip to content

Instantly share code, notes, and snippets.

@dfcarpenter
Created April 14, 2018 21:41
Show Gist options
  • Save dfcarpenter/5ff2d200da36188c73605f0842fd9340 to your computer and use it in GitHub Desktop.
Save dfcarpenter/5ff2d200da36188c73605f0842fd9340 to your computer and use it in GitHub Desktop.
docker uwsgi
[uwsgi]
http = :8000
http-keepalive = 1
http-auto-chunked = 1
wsgi-file = config/wsgi_prod.py
master = true
processes = 8
threads = 2
enable-threads = True
gid = 2000
disable-logging = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment