]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: DeviceAtlas new keywords
authorDavid Carlier <dcarlier@afilias.info>
Fri, 25 Sep 2015 13:09:21 +0000 (14:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 12:01:27 +0000 (14:01 +0200)
A new entry in the configuration's documentation to set optionally
the name of the client's cookie used for the detection.

doc/configuration.txt

index a4276f569f6d770a66fd1480acc2f3df4b0b7798..dc9e5d90d80f1e3e0c741e2cabb5a09aaa9dfe3b 100644 (file)
@@ -653,6 +653,11 @@ deviceatlas-separator <char>
   Sets the character separator for the API properties results. This directive
   is optional and set to | by default if not set.
 
+devicatlas-properties-cookie <name>
+  Sets the client cookie's name used for the detection if the DeviceAtlas Client-side
+  component was used during the request. This directive is optional and set to
+  DAPROPS by default if not set.
+
 external-check
   Allows the use of an external agent to perform health checks.
   This is disabled by default as a security precaution.
@@ -11405,7 +11410,7 @@ crc32([<avalanche>])
   not be used for security purposes as a 32-bit hash is trivial to break. See
   also "djb2", "sdbm", "wt6" and the "hash-type" directive.
 
-da-csv(<prop>[,<prop>*])
+da-csv-conv(<prop>[,<prop>*])
   Asks the DeviceAtlas converter to identify the User Agent string passed on
   input, and to emit a string made of the concatenation of the properties
   enumerated in argument, delimited by the separator defined by the global