1
0
Fork 0
mirror of https://github.com/MatomoCamp/live-platform.git synced 2024-09-09 04:33:44 +02:00
live-platform/gunicorn.py
2021-11-22 18:19:45 +01:00

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