comparison xml/en/docs/http/ngx_http_realip_module.xml @ 468:31e81dcc4ffd

set_real_ip_from: documented the special parameter "unix:".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 28 Mar 2012 07:50:06 +0000
parents bb51d3e17dd0
children 65750bdde8fb
comparison
equal deleted inserted replaced
467:c505c92c8658 468:31e81dcc4ffd
36 36
37 37
38 <section id="directives" name="Directives"> 38 <section id="directives" name="Directives">
39 39
40 <directive name="set_real_ip_from"> 40 <directive name="set_real_ip_from">
41 <syntax><value>address</value> | <value>CIDR</value></syntax> 41 <syntax>
42 <value>address</value> |
43 <value>CIDR</value> |
44 <literal>unix:</literal></syntax>
42 <default/> 45 <default/>
43 <context>http</context> 46 <context>http</context>
44 <context>server</context> 47 <context>server</context>
45 <context>location</context> 48 <context>location</context>
46 49
47 <para> 50 <para>
48 Describes trusted addresses that are known to send correct 51 Describes trusted IPv4 addresses that are known to send correct
49 replacement addresses. 52 replacement addresses.
53 If the special value <literal>unix:</literal> is specified,
54 all UNIX-domain sockets will be trusted.
50 </para> 55 </para>
51 56
52 </directive> 57 </directive>
53 58
54 59