Module ngx_http_addition_module | english русский 简体中文 עברית 日本語 türkçe news about download security advisories documentation pgp keys faq links books support donation trac wiki nginx.com | ||||||||||||||||||
The Example Configuration
location / { add_before_body /before_action; add_after_body /after_action; }
Directives
Adds a text returned as a result of processing a given subrequest,
before the response body.
An empty string (
Adds a text returned as a result of processing a given subrequest,
after the response body.
An empty string (
This directive appeared in version 0.7.9.
Allows to add text in responses with the specified MIME types,
in addition to “ |