diff --git a/templates/pool.j2 b/templates/pool.j2 index 159751d..d380ab8 100644 --- a/templates/pool.j2 +++ b/templates/pool.j2 @@ -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 %}