1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-23 11:04:49 +00:00

Update gunicorn.conf.py

This commit is contained in:
savichev 2015-10-29 10:36:33 +05:00
parent 2a3a33d746
commit 836f1b3bcf

View file

@ -21,6 +21,8 @@ import os
# #
bind = '127.0.0.1:8000' bind = '127.0.0.1:8000'
# or over socket
# bind = 'unix:/var/wvcloud.socket'
backlog = 2048 backlog = 2048
# #