]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Change is_ssl acl to ssl_fc acl in example
authorDavid BERARD <contact@davidberard.fr>
Fri, 2 Nov 2012 23:11:31 +0000 (00:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Nov 2012 03:55:12 +0000 (04:55 +0100)
doc/configuration.txt

index 949a38398aa651d9a3e02fdbfb45b552c48f722d..225acb7238e2d443defff90a462c537b8d34bf57 100644 (file)
@@ -4349,7 +4349,7 @@ redirect scheme   <sch> [code <code>] <option> [{if | unless} <condition>]
         redirect code 301 prefix / drop-query append-slash if missing_slash
 
   Example: redirect all HTTP traffic to HTTPS when SSL is handled by haproxy.
-        redirect scheme https if !{ is_ssl }
+        redirect scheme https if !{ ssl_fc }
 
   See section 7 about ACL usage.