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"