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
Georg 8930fb602e
Init Modoboa + OpenDKIM-Docker
Signed-off-by: Georg <georg@lysergic.dev>
2021-10-24 23:43:37 +02:00

9 lines
195 B
Python

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"