mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 04:15:04 -04:00
Update src/docs/markdown/caddyfile/directives/log_append.md
This commit is contained in:
parent
3c63ed7488
commit
9ec61af1dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue