mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
11 lines
425 B
Python
11 lines
425 B
Python
command = "/var/www/dynette/venv/bin/gunicorn"
|
|
pythonpath = "/var/www/dynette"
|
|
workers = 4
|
|
user = "dynette"
|
|
bind = "unix:/var/www/dynette/sock"
|
|
pid = "/run/gunicorn/dynette-pid"
|
|
errorlog = "/var/log/dynette/error.log"
|
|
accesslog = "/var/log/dynette/access.log"
|
|
access_log_format = '%({X-Real-IP}i)s %({X-Forwarded-For}i)s %(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
|
|
loglevel = "warning"
|
|
capture_output = True
|