mirror of
https://github.com/MatomoCamp/live-platform.git
synced 2024-09-09 04:33:44 +02:00
6 lines
155 B
Python
6 lines
155 B
Python
pidfile = "/srv/live/runtime/pid"
|
|
bind = "unix:/srv/live/runtime/socket"
|
|
proc_name = "matomocamp-live"
|
|
worker_tmp_dir = "/dev/shm"
|
|
workers = 2
|
|
threads = 2
|