mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 23:16:16 -04:00
Update src/docs/markdown/caddyfile/directives/log_append.md
This commit is contained in:
parent
888f3ca698
commit
91ea704e99
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue