Skip to content

Instantly share code, notes, and snippets.

@wawhal
Created May 9, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wawhal/9ee636b226c10df9546db60fddbef314 to your computer and use it in GitHub Desktop.
Save wawhal/9ee636b226c10df9546db60fddbef314 to your computer and use it in GitHub Desktop.
import multiprocessing
bind = "0.0.0.0:8080"
workers = 1
accesslog = "-"
access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
loglevel = "debug"
capture_output = True
enable_stdio_inheritance = True
reload = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment