diff --git a/templates/www.conf.j2 b/templates/www.conf.j2 index efcb6d85..c69692ff 100644 --- a/templates/www.conf.j2 +++ b/templates/www.conf.j2 @@ -18,3 +18,6 @@ pm.max_requests = {{ item.pool_pm_max_requests | default(500, true) }} {% if item.pool_pm_status_path|length %} pm.status_path = {{ item.pool_pm_status_path }} {% endif %} +{% if item.pool_request_terminate_timeout is defined %} +request_terminate_timeout = {{ item.pool_request_terminate_timeout }} +{% endif %}