roc-fnb-server/wsgi-conf.py
2025-05-27 14:11:33 -04:00

10 lines
188 B
Python

# Gunicorn config variables
loglevel = "info"
errorlog = "-" # stderr
accesslog = "-" # stdout
worker_tmp_dir = "/dev/shm"
graceful_timeout = 120
timeout = 120
keepalive = 5
threads = 3