From fbc5914525ae6122368efb544c84c93b3b54160e Mon Sep 17 00:00:00 2001 From: xiaodongwang Date: Mon, 9 Feb 2015 17:24:51 -0800 Subject: [PATCH] fix missing backslash in haproxy conf Change-Id: I6ca0a478449dba2b5bafba19e46fa2ac913ef1a2 --- chef/cookbooks/haproxy/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/haproxy/attributes/default.rb b/chef/cookbooks/haproxy/attributes/default.rb index 78bc91f..bd61644 100644 --- a/chef/cookbooks/haproxy/attributes/default.rb +++ b/chef/cookbooks/haproxy/attributes/default.rb @@ -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" ] },