Update src/docs/markdown/caddyfile/directives/log_append.md

This commit is contained in:
Francis Lavoie 2024-10-11 10:29:50 -04:00 committed by GitHub
parent 3c63ed7488
commit 9ec61af1dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ example.com {
} }
``` ```
Display in the logs, which reverse proxy upstream was effectively used (either `node1:80`, `node2:80` or `node3:80`) and Display in the logs, which reverse proxy upstream was effectively used (either `node1`, `node2` or `node3`) and
the time spent proxying to the upstream in milliseconds as well as how long it took the proxy upstream to write the response header: the time spent proxying to the upstream in milliseconds as well as how long it took the proxy upstream to write the response header:
```caddy ```caddy