diff xml/en/docs/http/ngx_http_referer_module.xml @ 1157:a8a643647c76

Added descriptions for $invalid_referer and $memcached_key.
author Vladimir Homutov <vl@nginx.com>
date Wed, 16 Apr 2014 17:07:37 +0400
parents 95c3c3bbf1ce
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_referer_module.xml	Wed Apr 16 14:22:51 2014 +0400
+++ b/xml/en/docs/http/ngx_http_referer_module.xml	Wed Apr 16 17:07:37 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_referer_module"
         link="/en/docs/http/ngx_http_referer_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
@@ -154,4 +154,22 @@
 
 </section>
 
+
+<section id="variables" name="Embedded Variables">
+
+<para>
+<list type="tag">
+
+<tag-name id="var_invalid_referer"><var>$invalid_referer</var></tag-name>
+<tag-desc>
+Empty string, if the <header>Referer</header> request header field
+value is considered
+<link id="valid_referers">valid</link>, otherwise “<literal>1</literal>”.
+</tag-desc>
+
+</list>
+</para>
+
+</section>
+
 </module>