mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
Docs for v2.7.0 (#322)
* Docs for v2.7.0 * Document named-routes & invoke, polish reverse_proxy * Storage import/export CLI docs * Header replacement defer * Proxy stream closing options, weighted round robin LB policy
This commit is contained in:
parent
0a8e6ef86b
commit
194beebc7c
15 changed files with 454 additions and 105 deletions
|
@ -56,6 +56,7 @@ Now compare an equivalent structured log message from Caddy, encoded as JSON and
|
|||
"request": {
|
||||
"remote_ip": "127.0.0.1",
|
||||
"remote_port": "41342",
|
||||
"client_ip": "127.0.0.1",
|
||||
"proto": "HTTP/2.0",
|
||||
"method": "GET",
|
||||
"host": "localhost",
|
||||
|
@ -73,6 +74,7 @@ Now compare an equivalent structured log message from Caddy, encoded as JSON and
|
|||
"server_name": "example.com"
|
||||
}
|
||||
},
|
||||
"bytes_read": 0,
|
||||
"user_id": "",
|
||||
"duration": 0.000929675,
|
||||
"size": 10900,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue