
The headers option in apache::vhost is required in some case, for example when adding the X-XSS-Protection header. This change allows customizing the option for the api vhost. This change also adds support for request_headers so that both request headers and response headers can customized. Change-Id: I23568d804f97c804f8883b49690f77d2119c4b87
7 lines
181 B
YAML
7 lines
181 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``nova::wsgi::apache_api`` class and
|
|
the ``nova::wsgi::apache_metadata`` class now support customizing
|
|
request/response headers added by apache.
|