Update pillar.example

reqrep should be reqreps and the string is not properly escaped, causes issues when compiling
This commit is contained in:
kungfu71186 2017-05-24 16:10:23 -04:00 committed by GitHub
parent d815b4615a
commit 2d74c71933
1 changed files with 2 additions and 2 deletions

View File

@ -200,6 +200,6 @@ haproxy:
- "content accept if serverhello"
stickons:
- "payload_lv(43,1) if clienthello"
reqrep:
- "^([^\ :]*)\ /static/(.*) \1\ \2"
reqreps:
- '^([^\ :]*)\ /static/(.*) \1\ \2'
options: "ssl-hello-chk"