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

@ -31,6 +31,7 @@ The `log` directive applies to the host/port of the site block it appears in, no
- [json](#json)
- [filter](#filter)
- [delete](#delete)
- [rename](#rename)
- [replace](#replace)
- [ip_mask](#ip-mask)
- [query](#query)
@ -223,6 +224,14 @@ Marks a field to be skipped from being encoded.
<field> delete
```
##### rename
Rename the key of a log field.
```caddy-d
<field> rename <key>
```
##### replace
Marks a field to be replaced with the provided string at encoding time.