]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: enumerate valid status codes for "observe layer7"
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Mar 2012 07:19:02 +0000 (08:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Mar 2012 07:19:02 +0000 (08:19 +0100)
doc/configuration.txt

index ee5e81c56e444f3b138a171126e2f71565f05dc4..6ed736a6240d91947aa0bad3ea36fa69da08a31c 100644 (file)
@@ -6768,7 +6768,7 @@ observe <mode>
   "layer7". In layer4 mode, only successful/unsuccessful tcp connections are
   significant. In layer7, which is only allowed for http proxies, responses
   received from server are verified, like valid/wrong http code, unparsable
-  headers, a timeout, etc.
+  headers, a timeout, etc. Valid status codes include 100 to 499, 501 and 505.
 
   Supported in default-server: No