Update pillar.example
reqrep should be reqreps and the string is not properly escaped, causes issues when compiling
This commit is contained in:
parent
d815b4615a
commit
2d74c71933
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue