Skip to content

Commit

Permalink
doc: typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jul 15, 2016
1 parent 72c81c9 commit 2054d92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.markdown
Expand Up @@ -273,7 +273,10 @@ Very much like [more_set_headers](#more_set_headers) except that it operates on

Note that using the `-t` option in this directive means filtering by the `Content-Type` *request* header, rather than the response header.

Behind the scene, use of this directive and its friend [more_clear_input_headers](#more_clear_input_headers) will (lazily) register a `rewrite phase` handler that modifies `r->headers_in` the way you specify. Note that it always run at the *end* of the `rewrite` so that it runs *after* the standard [rewrite module](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html) and works in subrequests as well.
Behind the scene, use of this directive and its friend [more_clear_input_headers](#more_clear_input_headers) will (lazily)
register a `rewrite phase` handler that modifies `r->headers_in` the way you specify. Note that it always run at the *end* of
the `rewrite` phase so that it runs *after* the standard [rewrite module](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html)
and works in subrequests as well.

If the `-r` option is specified, then the headers will be replaced to the new values *only if* they already exist.

Expand Down

0 comments on commit 2054d92

Please sign in to comment.