From d2ddb8a666184fecd05b20892cc93d5a0d376a42 Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 18 Apr 2020 22:45:52 +0200 Subject: [PATCH] added docu for maps --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c02706f..3cab406 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,18 @@ satisfy: 'all ``` **mapsconfig**: + +See https://nginx.org/en/docs/http/ngx_http_map_module.html#map + ``` +# source variable name +source: '' + +# destination variable name +destination: '' + +# 'key: value' dict of values to map +data: {} ``` **phpconfog**: