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 #