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

This commit is contained in:
Francis Lavoie 2024-10-11 10:27:04 -04:00 committed by GitHub
parent 888f3ca698
commit 91ea704e99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ example.com {
handle {
reverse_proxy node1:80 node2:80 node3:80 {
lb_policy random_choose 2
}
}
log_append upstream-host "{http.reverse_proxy.upstream.host}"
log_append upstream-duration-ms "{http.reverse_proxy.upstream.duration_ms}"
log_append upstream-latency-ms "{http.reverse_proxy.upstream.latency_ms}"