Skip to content

Commit

Permalink
fixup! docs: add explanation for key multivariables
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Mar 27, 2024
1 parent 087512c commit ebfc928
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ by the zone parameter.

In `key`, you can use a mix of variables and text or just variables.

For example:
- `$remote_addr:$http_user_agent`
- `'$remote_addr $http_user_agent $host "a random text"'`

<br>
> For example:
> - `$remote_addr:$http_user_agent`
> - `'$remote_addr $http_user_agent $host "a random text"'`
```
Syntax: keyval_zone zone=name:size;
Expand Down

0 comments on commit ebfc928

Please sign in to comment.