From 618e4e559e4d92a7cdfd5cb1b036ceddf50bcd22 Mon Sep 17 00:00:00 2001 From: Paul Jeannot Date: Tue, 22 Aug 2023 22:29:25 +0200 Subject: [PATCH] Fix query filter typo for uri example (#342) --- src/docs/markdown/caddyfile/directives/log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/log.md b/src/docs/markdown/caddyfile/directives/log.md index fc2d4a3..b6dffb2 100644 --- a/src/docs/markdown/caddyfile/directives/log.md +++ b/src/docs/markdown/caddyfile/directives/log.md @@ -277,7 +277,7 @@ Most commonly, the fields to filter would be `request>remote_ip` for the directl ##### query -Marks a field to have one or more actions performed, to manipulate the query part of a URL field. Most commonly, the field to filter would be `uri`. The available actions are: +Marks a field to have one or more actions performed, to manipulate the query part of a URL field. Most commonly, the field to filter would be `request>uri`. The available actions are: ```caddy-d query {