---
doc/configuration.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 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.
--
1.7.2.5