From 836f1b3bcf32fbc8d9985bdf4c9a1da836aae547 Mon Sep 17 00:00:00 2001 From: savichev Date: Thu, 29 Oct 2015 10:36:33 +0500 Subject: [PATCH] Update gunicorn.conf.py --- gunicorn.conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 46a921a..39948f7 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -21,6 +21,8 @@ import os # bind = '127.0.0.1:8000' +# or over socket +# bind = 'unix:/var/wvcloud.socket' backlog = 2048 #