1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-08 21:17:56 +03:00

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)"