fix: router documentation example
This commit is contained in:
parent
15973f5503
commit
a4aad5ce5c
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ http:
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! info "Multiple Hosts in a Rule"
|
!!! 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`
|
#### `domains`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue