commit | e715304e83a219a5c9284943618b396d352be88a | [log] [tgz] |
---|---|---|
author | David BERARD <contact@davidberard.fr> | Sat Nov 03 00:11:31 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 03 04:55:12 2012 +0100 |
tree | 5589bb40888b60d3778330c965186edbbb81d5ba | |
parent | e3224e870f335b04e1eca4e2b74b1974ab063cff [diff] |
DOC: Change is_ssl acl to ssl_fc acl in example
diff --git a/doc/configuration.txt b/doc/configuration.txt index 949a383..225acb7 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt
@@ -4349,7 +4349,7 @@ 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.