use headers instead of more

pull/22/head
Emilien Mantel 2016-03-15 17:15:46 +01:00
parent 80d1d82acc
commit 9b19231d8b
1 changed files with 4 additions and 4 deletions

View File

@ -152,8 +152,8 @@
- 8080
template: '_proxy'
upstream_name: 'test'
more:
- 'add_header X-proxyfied 1;'
headers:
'X-proxyfied': '1'
- name: 'deleted.local'
delete: true
- name: 'redirect-to.local'
@ -172,8 +172,8 @@
proto: ['http', 'https']
template: '_base'
ssl_name: 'test-ssl-predeployed.local'
more:
- 'add_header X-ansible-default 1;'
headers:
'X-ansible-default': '1'
ssl_template: false
- name: 'test-ssl-redirect.local'
proto: ['https']