added docu for maps

This commit is contained in:
nd 2020-04-18 22:45:52 +02:00
parent 1ec6fbb1fd
commit d2ddb8a666
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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**: