mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
docs: Changes for v2.5.1 release (#228)
* docs: Changes for v2.5.1 release * Remove path from addresses doc * Fix www redirect pattern
This commit is contained in:
parent
23297691f1
commit
f6ac9b025e
9 changed files with 232 additions and 69 deletions
|
@ -100,7 +100,7 @@ To remove it for **multiple domains** at once:
|
|||
|
||||
```caddy
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue