moved resolver to nginx dict

This commit is contained in:
nd 2019-09-01 23:35:15 +02:00
parent 6d652e56a9
commit f79fec1356
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 7 additions and 9 deletions

View file

@ -8,17 +8,15 @@ Other versions might work but are not tested.
## Parameters and defaults
DNS resolver have to be defined in the `resolver` array. Defaults:
All configuration is to be placed inside the `nginx` dict.
```
# array of DNS resolvers
resolver:
- 8.8.8.8
- 8.8.4.4
```
All other configuration is to be placed inside the `nginx` dict.
```
# name: *upstreamconfig*, see below for definition
upstreams: {}