mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
8 lines
200 B
Python
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
|