mirror of
https://github.com/caddyserver/website.git
synced 2025-06-22 14:10:32 -04:00
docs: Update access log example
This commit is contained in:
parent
ab4f4d0342
commit
96d4e53eb3
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,8 @@ Now compare an equivalent structured log message from Caddy, encoded as JSON and
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"uri": "/",
|
"uri": "/",
|
||||||
"proto": "HTTP/2.0",
|
"proto": "HTTP/2.0",
|
||||||
"remote_addr": "127.0.0.1:50876",
|
"remote_ip": "127.0.0.1",
|
||||||
|
"remote_port": "50876",
|
||||||
"host": "example.com",
|
"host": "example.com",
|
||||||
"headers": {
|
"headers": {
|
||||||
"User-Agent": [
|
"User-Agent": [
|
||||||
|
@ -72,7 +73,6 @@ Now compare an equivalent structured log message from Caddy, encoded as JSON and
|
||||||
"version": 771,
|
"version": 771,
|
||||||
"ciphersuite": 49196,
|
"ciphersuite": 49196,
|
||||||
"proto": "h2",
|
"proto": "h2",
|
||||||
"proto_mutual": true,
|
|
||||||
"server_name": "example.com"
|
"server_name": "example.com"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue