mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-17 11:06:54 +00:00
DOC: Change is_ssl acl to ssl_fc acl in example
This commit is contained in:
parent
e3224e870f
commit
e715304e83
@ -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 New Issue
Block a user