mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-03 13:58:24 -04:00
DOC: Change is_ssl acl to ssl_fc acl in example
This commit is contained in:
parent
e3224e870f
commit
e715304e83
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue