doc: specify HostSNI rule removal only for HTTP routers

This commit is contained in:
Romain 2020-09-02 17:16:04 +02:00 committed by GitHub
parent 52790d3c37
commit f3090a452a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,5 +312,5 @@ Since `v2.2.5` this global option has been removed, and you should not use it an
### HostSNI rule matcher removal
In `v2.2.2` we introduced a new rule matcher (`HostSNI`) which was allowing to match the Server Name Indication at the router level.
Since `v2.2.5` this rule has been removed, and you should not use it anymore.
In `v2.2.2` we introduced a new rule matcher (`HostSNI`) for HTTP routers which was allowing to match the Server Name Indication at the router level.
Since `v2.2.5` this rule has been removed for HTTP routers, and you should not use it anymore.