Skip to content

Commit

Permalink
Fixed incorrect redirect example
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed May 13, 2016
1 parent 1b8d839 commit a020f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ None
- listen: "{{ ansible_eth0['ipv4']['address'] }}:80"
mode: http
redirect:
string: 'scheme https code 301'
cond: 'if !{ ssl_fc }'
- string: 'scheme https code 301'
cond: 'if !{ ssl_fc }'
default_backend: webservers
- name: https
description: Front-end for all HTTPS traffic
Expand Down

0 comments on commit a020f5b

Please sign in to comment.