Module ngx_http_sub_module | english русский 简体中文 עברית 日本語 türkçe news about download security advisories documentation pgp keys faq links books support donation trac wiki nginx.com | ||||||||||||||||||
The
This module is not built by default, it should be enabled with the
Example Configuration
location / { sub_filter </head> '</head><script language="javascript" src="$script"></script>'; sub_filter_once on; }
Directives
Sets a string that needs to be changed, and a replacement string. The string to be replaced is matched ignoring the case. A replacement string can contain variables.
Determines how many times to look for a string to be replaced, once or several times.
Enables string replacement in responses with the specified MIME types
in addition to “ |