]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] fix ignore-persist documentation
authorCyril Bonté <cyril.bonte@free.fr>
Tue, 14 Dec 2010 21:48:23 +0000 (22:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 15 Dec 2010 06:28:11 +0000 (07:28 +0100)
During the documentation of the "ignore-persist" keyword, I documented an
invalid "option ignore-persist" and forgot to remove it. It's time to fix it.

doc/configuration.txt

index fc1a9010fa5c2548644d946736298be4d5222746..88c4544f1d7bcf6554180afb670d7b69c051a370 100644 (file)
@@ -3343,30 +3343,6 @@ no option http_proxy
   See also : "option httpclose"
 
 
-option ignore-persist { if | unless } <condition>
-  Declare a condition to ignore persistence
-  May be used in sections:    defaults | frontend | listen | backend
-                                  no   |    yes   |   yes  |   yes
-
-  By default, when cookie persistence is enabled, every requests containing
-  the cookie are unconditionally persistent (assuming the target server is up
-  and running).
-
-  The "ignore-persist" statement allows one to declare various ACL-based
-  conditions which, when met, will cause a request to ignore persistence.
-  This is sometimes useful to load balance requests for static files, which
-  oftenly don't require persistence. This can also be used to fully disable
-  persistence for a specific User-Agent (for example, some web crawler bots).
-
-  Combined with "appsession", it can also help reduce HAProxy memory usage, as
-  the appsession table won't grow if persistence is ignored.
-
-  The persistence is ignored when an "if" condition is met, or unless an
-  "unless" condition is met.
-
-  See also : "option force-persist", "cookie", and section 7 about ACL usage.
-
-
 option independant-streams
 no option independant-streams
   Enable or disable independant timeout processing for both directions