From f3090a452aa72a75afb453b7976e4887c3a8e1e5 Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 2 Sep 2020 17:16:04 +0200 Subject: [PATCH] doc: specify HostSNI rule removal only for HTTP routers --- docs/content/migration/v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/migration/v2.md b/docs/content/migration/v2.md index 654c875e7..053021a2b 100644 --- a/docs/content/migration/v2.md +++ b/docs/content/migration/v2.md @@ -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.