Skip to content

Commit 2d74c71

Browse files
author
kungfu71186
authored
Update pillar.example
reqrep should be reqreps and the string is not properly escaped, causes issues when compiling
1 parent d815b46 commit 2d74c71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pillar.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ haproxy:
200200
- "content accept if serverhello"
201201
stickons:
202202
- "payload_lv(43,1) if clienthello"
203-
reqrep:
204-
- "^([^\ :]*)\ /static/(.*) \1\ \2"
203+
reqreps:
204+
- '^([^\ :]*)\ /static/(.*) \1\ \2'
205205
options: "ssl-hello-chk"

0 commit comments

Comments
 (0)