mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 04:26:16 -04:00
Fix query filter typo for uri example (#342)
This commit is contained in:
parent
c6a6daf3f9
commit
618e4e559e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
<field> query {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue