py-phias/gunicorn.conf.py
2016-04-25 11:47:08 +03:00

8 lines
160 B
Python

# bind = "127.0.0.1:8888"
bind = "unix:/tmp/fias-api-unicorn.sock"
workers = 5
user = "fias"
group = "fias"
logfile = "/var/log/gunicorn.log"
loglevel = "info"