docs: Update access log example

This commit is contained in:
Francis Lavoie 2022-03-09 01:36:23 -05:00
parent ab4f4d0342
commit 96d4e53eb3
No known key found for this signature in database
GPG key ID: E73DB3ECE64E7885

View file

@ -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"
} }
}, },