From ebfc92832b74549703c59c9ccbd8e8cf2eb38819 Mon Sep 17 00:00:00 2001 From: kjdev Date: Wed, 27 Mar 2024 10:53:18 +0900 Subject: [PATCH] fixup! docs: add explanation for key multivariables --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c96d74e..4bf9b99 100644 --- a/README.md +++ b/README.md @@ -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"'` - -
+> For example: +> - `$remote_addr:$http_user_agent` +> - `'$remote_addr $http_user_agent $host "a random text"'` ``` Syntax: keyval_zone zone=name:size;