Skip to content

Commit

Permalink
fix: router documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 13, 2024
1 parent 15973f5 commit a4aad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/routers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit a4aad5c

Please sign in to comment.