# HG changeset patch # User Ruslan Ermilov # Date 1332921006 0 # Node ID 31e81dcc4ffd4c3108550e9f49e0be2217c41520 # Parent c505c92c8658559037a88242da8b8698e1dfab16 set_real_ip_from: documented the special parameter "unix:". diff -r c505c92c8658 -r 31e81dcc4ffd xml/en/docs/http/ngx_http_realip_module.xml --- a/xml/en/docs/http/ngx_http_realip_module.xml Wed Mar 28 07:41:43 2012 +0000 +++ b/xml/en/docs/http/ngx_http_realip_module.xml Wed Mar 28 07:50:06 2012 +0000 @@ -38,15 +38,20 @@
-address | CIDR + + address | + CIDR | + unix: http server location -Describes trusted addresses that are known to send correct +Describes trusted IPv4 addresses that are known to send correct replacement addresses. +If the special value unix: is specified, +all UNIX-domain sockets will be trusted. diff -r c505c92c8658 -r 31e81dcc4ffd xml/ru/docs/http/ngx_http_realip_module.xml --- a/xml/ru/docs/http/ngx_http_realip_module.xml Wed Mar 28 07:41:43 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_realip_module.xml Wed Mar 28 07:50:06 2012 +0000 @@ -38,15 +38,20 @@
-адрес | CIDR + + адрес | + CIDR | + unix: http server location -Описывает доверенные адреса, которые передают верный адрес +Описывает доверенные IPv4-адреса, которые передают верный адрес для замены. +Если указано специальное значение unix:, +доверенными будут считаться все UNIX-сокеты.