mirror of
https://github.com/caddyserver/website.git
synced 2025-06-22 14:10:32 -04:00
Fix www redirect pattern
This commit is contained in:
parent
e9146ae091
commit
056c645b48
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ To remove it for **multiple domains** at once:
|
||||||
|
|
||||||
```caddy
|
```caddy
|
||||||
www.example-one.com, www.example-two.com {
|
www.example-one.com, www.example-two.com {
|
||||||
redir https://{labels.1}{labels.0}{uri}
|
redir https://{labels.1}.{labels.0}{uri}
|
||||||
}
|
}
|
||||||
|
|
||||||
example-one.com, example-two.com {
|
example-one.com, example-two.com {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue