From 79e03402b4f7195f25b117e4677580b7b07ea4ad Mon Sep 17 00:00:00 2001 From: pauljeannot Date: Tue, 22 Aug 2023 21:01:27 +0200 Subject: [PATCH] Fix query filter typo for uri example --- 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 {