github.com/rvaralda/deis@v1.4.1/controller/deis/gconf.py (about)

     1  bind = '0.0.0.0'
     2  workers = 8
     3  proc_name = 'deis-controller'
     4  timeout = 1200
     5  pidfile = '/tmp/gunicorn.pid'
     6  loglevel = 'info'
     7  errorlog = '-'
     8  accesslog = '-'
     9  access_log_format = '%(h)s "%(r)s" %(s)s %(b)s "%(a)s"'