fa7b8c6d4a
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
7 lines
203 B
YAML
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.
|