contrib/deploy/gunicorn.conf.py @ 83c03382b6fc deploy

contrib/deploy: minor fixes
author Steve Losh <steve@stevelosh.com>
date Sun, 13 Jun 2010 11:55:13 -0400
parents 4196b409b8b0
children (none)
# Example gunicorn configuration file.
# Edit as necessary.

bind = "127.0.0.1:8000"
workers = 2
daemon = True
pidfile = "gunicorn.pid"
logfile = "gunicorn.log"
proc_name = "gunicorn-hgreview-myrepo"
debug = False