DOC: Change is_ssl acl to ssl_fc acl in example

This commit is contained in:
David BERARD 2012-11-03 00:11:31 +01:00 committed by Willy Tarreau
parent e3224e870f
commit e715304e83

View 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.