mirror of
https://github.com/containous/traefik.git
synced 2025-01-26 10:03:48 +03:00
fix: router documentation example
This commit is contained in:
parent
15973f5503
commit
a4aad5ce5c
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user