mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
14 lines
296 B
TOML
14 lines
296 B
TOML
# hypercorn --config hypercorn.toml explorer:app
|
|
bind = ["unix:/run/explorer/hypercorn.sock"]
|
|
workers = 8
|
|
worker_class = "asyncio"
|
|
|
|
accesslog = "/var/log/explorer/access.log"
|
|
errorlog = "/var/log/explorer/error.log"
|
|
loglevel = "info"
|
|
|
|
graceful_timeout = 30
|
|
keep_alive_timeout = 65
|
|
|
|
umask = 0o117
|