From f4f058fdcce5cb24c6dc7840cea180e08f462562 Mon Sep 17 00:00:00 2001 From: savichev Date: Thu, 29 Oct 2015 13:37:39 +0500 Subject: [PATCH] Update gunicorn.conf.py --- gunicorn.conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 46a921a..8c07259 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -20,6 +20,7 @@ import os # range. # +#bind = 'unix:/srv/webvirtcloud/venv/wvcloud.socket' bind = '127.0.0.1:8000' backlog = 2048