contrib/deploy/gunicorn.conf.py @ de7319315abe

web: it's 2010 -- time to use git diffs
author Steve Losh <steve@stevelosh.com>
date Tue, 20 Jul 2010 19:05:06 -0400
parents 83c03382b6fc
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