kolla-ansible/releasenotes/notes/add-keep-alive-timeout-for-httpd-0d51a9d139c50f66.yaml
James Kirsch 19b028e660 Add Keep Alive Timeout for httpd
This patch introduces a global keep alive timeout value for services
that leverage httpd + wsgi to handle http/https requests. The default
value is one minute.

Change-Id: Icf7cb0baf86b428a60a7e9bbed642999711865cd
Partially-Implements: blueprint add-ssl-internal-network
2020-08-13 09:52:40 +00:00

7 lines
210 B
YAML

---
features:
- |
Adds configuration parameter ``kolla_httpd_keep_alive`` to configure the
keep-alive timeout for services that use httpd to handle HTTP requests.
The default value is 60 seconds.