fix: automatically scale worker_processes

This commit is contained in:
Iain Learmonth 2025-05-03 15:49:06 +01:00
parent 049ad5a494
commit a227ac0ddd
3 changed files with 5 additions and 3 deletions

4
src/default.main Normal file
View file

@ -0,0 +1,4 @@
env JASIMA_MATOMO_HOST;
env JASIMA_PROXY_HOST;
worker_processes auto;