diff README @ 7:fb05a061532c

Auth request: auth_request_set directive.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 19 Mar 2010 22:16:30 +0300
parents cc231fa95159
children 4385a10a836f
line wrap: on
line diff
--- a/README
+++ b/README
@@ -20,6 +20,14 @@ Configuration directives:
         Switches auth request module on and sets uri which will be asked for
         authorization.
 
+    auth_request_set <variable> <value>
+
+        Context: http, server, location
+        Default: none
+
+        Set request variable to the given value after auth request completion.
+        Value may contain variables from auth request, e.g. $upstream_http_*.
+
 Usage:
 
     location /private/ {