lookingglass/hyperglass/gunicorn_config.py
2019-05-11 23:28:13 -07:00

8 lines
200 B
Python

import multiprocessing
command = "/usr/local/bin/gunicorn"
pythonpath = "/opt/hyperglass/hyperglass"
bind = "[::1]:8001"
workers = 1 # multiprocessing.cpu_count() * 2
user = "www-data"
timeout = 60