1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-22 15:58:40 +00:00
thatmattlove-hyperglass/hyperglass/gunicorn_config.py.example

8 lines
195 B
Text

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