puppet-horizon/releasenotes/notes/wsgi-ssl_extra_params-f775a56966c5d475.yaml
Takashi Kajinami fa7b8c6d4a Allow customizing apache::vhost parameters for SSL vhost
This change introduces the new ssl_extra_params parameter, which allows
overriding apache::vhost parameters for SSL vhost. This parameter
behaves like the existing extra_params parameter, but affects only
the SSL vhost. When this parameter is NOT set, then the extra_params
parameter affects both non-SSL vhost and SSL vhost.

Change-Id: I88fc341f6970006b03cc796117e2fb8f46e87a52
2022-04-05 08:56:13 +09:00

7 lines
203 B
YAML

---
features:
- |
The new ``horizon::wsgi::apache::ssl_extra_params`` parameter has been
added. This parameter affects only ssl vhost and overrides
the ``extra_params`` parameter when set.