From 9ec61af1dc90d618f39857fc7614f326c56fb52e Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 11 Oct 2024 10:29:50 -0400 Subject: [PATCH] Update src/docs/markdown/caddyfile/directives/log_append.md --- src/docs/markdown/caddyfile/directives/log_append.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/log_append.md b/src/docs/markdown/caddyfile/directives/log_append.md index f7edc6e..d7a3738 100644 --- a/src/docs/markdown/caddyfile/directives/log_append.md +++ b/src/docs/markdown/caddyfile/directives/log_append.md @@ -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: ```caddy