# HG changeset patch # User Ruslan Ermilov # Date 1318183278 0 # Node ID 935beaa561b3d50284891a4e9145087cdf10d23c # Parent 9de85defbcf804f67a69b01731909fbc670bec9a - use of $document_root and $realpath_root in "root" is prohibited - "satisfy" can be specified in the "http" and "server" contexts; "satisfy all" behavior is cleared - "sendfile" can be specified in the "if in location" context diff -r 9de85defbcf8 -r 935beaa561b3 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Sun Oct 09 17:51:27 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Sun Oct 09 18:01:18 2011 +0000 @@ -1528,7 +1528,8 @@ -The path value can contain variables. +The path value can contain variables +except $document_root and $realpath_root. @@ -1544,10 +1545,12 @@ satisfy all | any satisfy all +http +server location -Allows access if any of the +Allows access if all or any of the ngx_http_access_module or ngx_http_auth_basic_module modules grant access. @@ -1570,10 +1573,13 @@ satisfy_any on | off satisfy_any off +http +server location -This directive was renamed to the satisfy directive. +This directive was renamed to the satisfy any +directive. @@ -1604,6 +1610,7 @@ http server location +if in location Enables or disables the use of