Module ngx_http_sub_module
- Example Configuration
- Directives
- sub_filter
- sub_filter_last_modified
- sub_filter_once
- sub_filter_types
The ngx_http_sub_module
module is a filter that modifies a response by replacing one specified string by another.
This module is not built by default, it should be enabled with the --with-http_sub_module
configuration parameter.