Catch workers error

This commit is contained in:
Dryusdan 2022-09-28 18:56:00 +02:00
parent 2fcf31e709
commit 8875dc341c
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ pm.max_spare_servers = {{ item.max_spare_servers | default('1') }}
pm.max_requests = {{ item.max_requests | default('0') }}
pm.status_path = /status
catch_workers_output = {{ item.catch_workers_output | default("yes") }}
{% if item.chdir is defined %}
chdir = {{ item.chdir }}
{% endif %}