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:
Francis Lavoie 2022-05-17 14:32:11 -04:00 committed by GitHub
parent 23297691f1
commit f6ac9b025e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 232 additions and 69 deletions

View file

@ -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 {