comparison xml/en/docs/http/ngx_http_realip_module.xml @ 701:bff4179d3599

Fixed article upon Andrew Alexeev's suggestion.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 04 Oct 2012 08:24:01 +0000
parents 764fbac1b8b4
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
700:825aa0a98b24 701:bff4179d3599
94 <context>location</context> 94 <context>location</context>
95 <appeared-in>1.3.0</appeared-in> 95 <appeared-in>1.3.0</appeared-in>
96 <appeared-in>1.2.1</appeared-in> 96 <appeared-in>1.2.1</appeared-in>
97 97
98 <para> 98 <para>
99 If recursive search is disabled, an original client address that 99 If recursive search is disabled, the original client address that
100 matches one of the trusted addresses is replaced by the last 100 matches one of the trusted addresses is replaced by the last
101 address sent in the request header field defined by the 101 address sent in the request header field defined by the
102 <link id="real_ip_header"/> directive. 102 <link id="real_ip_header"/> directive.
103 If recursive search is enabled, an original client address that 103 If recursive search is enabled, the original client address that
104 matches one of the trusted addresses is replaced by the last 104 matches one of the trusted addresses is replaced by the last
105 non-trusted address sent in the request header field. 105 non-trusted address sent in the request header field.
106 </para> 106 </para>
107 107
108 </directive> 108 </directive>