added docu for maps
This commit is contained in:
parent
1ec6fbb1fd
commit
d2ddb8a666
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -111,7 +111,18 @@ satisfy: 'all
|
||||||
```
|
```
|
||||||
|
|
||||||
**mapsconfig**:
|
**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**:
|
**phpconfog**:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue