# HG changeset patch # User Ruslan Ermilov # Date 1369381212 -14400 # Node ID d7991f499d9f171836f6ac6a2240fc4e9728e64c # Parent 7afb12159c1d3d42e837712f78d836bce5f7d97e Access: support for UNIX-domain client addresses (ticket #359). diff --git a/xml/en/docs/http/ngx_http_access_module.xml b/xml/en/docs/http/ngx_http_access_module.xml --- a/xml/en/docs/http/ngx_http_access_module.xml +++ b/xml/en/docs/http/ngx_http_access_module.xml @@ -10,13 +10,13 @@ + rev="2">
The ngx_http_access_module module allows -to limit access to certain client IP addresses. +to limit access to certain client addresses. @@ -63,6 +63,7 @@ module variables is preferable. address | CIDR | + unix: | all http @@ -72,6 +73,8 @@ module variables is preferable. Allows access for the specified network or address. +If the special value unix: is specified (1.5.1), +allows access for all UNIX-domain sockets. @@ -81,6 +84,7 @@ Allows access for the specified network address | CIDR | + unix: | all http @@ -90,6 +94,8 @@ Allows access for the specified network Denies access for the specified network or address. +If the special value unix: is specified (1.5.1), +denies access for all UNIX-domain sockets. diff --git a/xml/ru/docs/http/ngx_http_access_module.xml b/xml/ru/docs/http/ngx_http_access_module.xml --- a/xml/ru/docs/http/ngx_http_access_module.xml +++ b/xml/ru/docs/http/ngx_http_access_module.xml @@ -10,13 +10,13 @@ + rev="2">
Модуль ngx_http_access_module позволяет -ограничить доступ для определённых IP-адресов клиентов. +ограничить доступ для определённых адресов клиентов. @@ -62,6 +62,7 @@ location / { адрес | CIDR | + unix: | all http @@ -71,6 +72,8 @@ location / { Разрешает доступ для указанной сети или адреса. +Если указано специальное значение unix: (1.5.1), +разрешает доступ для всех UNIX-сокетов. @@ -80,6 +83,7 @@ location / { адрес | CIDR | + unix: | all http @@ -89,6 +93,8 @@ location / { Запрещает доступ для указанной сети или адреса. +Если указано специальное значение unix: (1.5.1), +запрещает доступ для всех UNIX-сокетов.