This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
email/modoboa/gunicorn.conf.py

9 lines
195 B
Python
Raw Normal View History

backlog = 2048
bind = "unix:/opt/modoboa/gunicorn.sock"
pidfile = "/opt/modoboa/gunicorn.pid"
daemon = False
debug = True
workers = 2
logfile = "/var/log/modoboa/gunicorn.log"
loglevel = "debug"