comparison xml/en/docs/http/ngx_http_geo_module.xml @ 523:a8daad8e83bb

Documented 1.2.1 changes.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 04 Jun 2012 14:41:28 +0000
parents 65750bdde8fb
children be54c443235a
comparison
equal deleted inserted replaced
522:ef11546f75ee 523:a8daad8e83bb
84 an address from the <header>X-Forwarded-For</header> request 84 an address from the <header>X-Forwarded-For</header> request
85 header field will be used instead. 85 header field will be used instead.
86 In contrast to the regular addresses, trusted addresses are 86 In contrast to the regular addresses, trusted addresses are
87 checked sequentially. 87 checked sequentially.
88 <note> 88 <note>
89 IPv6 addresses are supported starting from version 1.3.0. 89 IPv6 addresses are supported starting from versions 1.3.0 and 1.2.1.
90 </note> 90 </note>
91 </tag-desc> 91 </tag-desc>
92 92
93 <tag-name><literal>proxy_recursive</literal></tag-name> 93 <tag-name><literal>proxy_recursive</literal></tag-name>
94 <tag-desc> 94 <tag-desc>
95 enables recursive address search (1.3.0). 95 enables recursive address search (1.3.0, 1.2.1).
96 If recursive search is disabled then instead of an original client 96 If recursive search is disabled then instead of an original client
97 address that matches one of the trusted addresses, the last 97 address that matches one of the trusted addresses, the last
98 address sent in <header>X-Forwarded-For</header> will be used. 98 address sent in <header>X-Forwarded-For</header> will be used.
99 If recursive search is enabled then instead an original client 99 If recursive search is enabled then instead an original client
100 address that matches one of the trusted addresses, the last 100 address that matches one of the trusted addresses, the last