This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
amue-authentic2/gunicorn-cfg.py

12 lines
242 B
Python

import multiprocessing
debug = True
bind = 'unix:/run/amue-authentic2.sock'
workers = multiprocessing.cpu_count() * 2 + 1
worker_class = 'gevent'
timeout = 10
user = 'amue-authentic2'
group = 'amue-authentic2'
proc_name = 'amue-authentic2'