]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Make disable-on-404 option clearer on transition conditions
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 20 Nov 2020 17:54:13 +0000 (18:54 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 27 Nov 2020 09:30:23 +0000 (10:30 +0100)
This option is only evaluated for running server. A stopped server becoming
up again but still replying 404s will stay stopped.

doc/configuration.txt

index 9d4aa2223cb20fe5d0147fe4b8c2e8735f33519b..a3e36353dc3f303541038e1112aa9ec390e168e5 100644 (file)
@@ -5129,7 +5129,9 @@ http-check disable-on-404
   reports "NOLB" for a server in this mode. It is important to note that this
   option only works in conjunction with the "httpchk" option. If this option
   is used with "http-check expect", then it has precedence over it so that 404
-  responses will still be considered as soft-stop.
+  responses will still be considered as soft-stop. Note also that a stopped
+  server will stay stopped even if it replies 404s. This option is only
+  evaluated for running servers.
 
   See also : "option httpchk" and "http-check expect".