contrib/deploy/gunicorn.conf.py @ 729e7c661a88
Merged in ChrisNielsen/hg-review (pull request #7)
Update windows contrib script for current TortoiseHg version (2.6.2).
author |
Christophe de Vienne <cdevienne@gmail.com> |
date |
Sat, 22 Nov 2014 15:31:01 +0100 |
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