Files
readitlater/gunicorn_conf.py
root 1c4aaf18b2 Initial commit
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 03:53:49 +00:00

8 lines
173 B
Python

bind = "127.0.0.1:8013"
workers = 2
threads = 2
timeout = 60
graceful_timeout = 30
accesslog = "/var/log/readitlater/access.log"
errorlog = "/var/log/readitlater/error.log"