New feature: upstream state (remove upstream if needed)

This commit is contained in:
Emilien Mantel
2016-05-11 17:21:52 +02:00
parent 4dcb5f44c6
commit af3930a58a
3 changed files with 18 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Upstream params
- `name`: upstream name. Can be use in vhost with *proxy_pass http://upstream_name*
- `params`: list of param (hash, zone...)
- `servers`: each upstream MUST have at least 1 server
- `state`: Optional. Can be 'absent' or 'present'
Server params
-------------
@@ -38,4 +39,5 @@ nginx_upstreams:
max_conns: 150
weight: 10
down: false
state: 'present'
```