docs: fix over-indented yaml configuration of access logs

This commit is contained in:
Chromo-residuum-opec 2023-06-03 23:00:05 -07:00 committed by GitHub
parent 9aa57f362b
commit db515195f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,9 +154,9 @@ accessLog:
headers:
defaultMode: keep
names:
User-Agent: redact
Authorization: drop
Content-Type: keep
User-Agent: redact
Authorization: drop
Content-Type: keep
```
```toml tab="File (TOML)"