1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-19 07:33:17 +03:00

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

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.