From ca104b26c01d0158c5fe6fd802085ce4c0cced4d Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 3 Jun 2014 23:13:22 -0400 Subject: [PATCH] Update config file for violent horned mammals. --- gunicorn.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gunicorn.cfg b/gunicorn.cfg index 7c1bca5..33864a8 100644 --- a/gunicorn.cfg +++ b/gunicorn.cfg @@ -1,8 +1,7 @@ # Configuration file for Gunicorn # http://docs.gunicorn.org/en/latest/configure.html -bind = ["0.0.0.0:5000"] -daemon = True +bind = ["unix:/tmp/gunicorn.sock"] workers = 4 accesslog = "logs/access.log"