Skip to content

Commit

Permalink
use headers instead of more
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilien Mantel committed Mar 15, 2016
1 parent 80d1d82 commit 9b19231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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']
Expand Down

0 comments on commit 9b19231

Please sign in to comment.