fix missing backslash in haproxy conf

Change-Id: I6ca0a478449dba2b5bafba19e46fa2ac913ef1a2
This commit is contained in:
xiaodongwang 2015-02-09 17:24:51 -08:00
parent a8bfd97de2
commit fbc5914525
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ default['haproxy']['services'] = {
"option httpchk OPTIONS / HTTP/1.1", \
"http-check expect status 400", \
"option http-server-close", \
"rspidel ^Set-cookie:\ IP="
"rspidel ^Set-cookie:\\ IP="
# "appsession csrftoken len 42 timeout 1h"
]
},