From a4aad5ce5c4bb8680ec8913350b4a1eb9cce1f7f Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 13 May 2024 08:54:03 +0200 Subject: [PATCH] fix: router documentation example --- docs/content/routing/routers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/routers/index.md b/docs/content/routing/routers/index.md index 9cec6aaee..4ba434771 100644 --- a/docs/content/routing/routers/index.md +++ b/docs/content/routing/routers/index.md @@ -827,7 +827,7 @@ http: ``` !!! info "Multiple Hosts in a Rule" - The rule ```Host(`test1.example.com`,`test2.example.com`)``` will request a certificate with the main domain `test1.example.com` and SAN `test2.example.com`. + The rule ```Host(`test1.example.com`) || Host(`test2.example.com`)``` will request a certificate with the main domain `test1.example.com` and SAN `test2.example.com`. #### `domains`