diff --git a/gunicorn.conf.py b/gunicorn.conf.py index 8c07259..322175a 100644 --- a/gunicorn.conf.py +++ b/gunicorn.conf.py @@ -22,6 +22,8 @@ import os #bind = 'unix:/srv/webvirtcloud/venv/wvcloud.socket' bind = '127.0.0.1:8000' +# or over socket +# bind = 'unix:/var/wvcloud.socket' backlog = 2048 #