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

View file

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