From 8841b9d37a817e054be114ecadd5d3b019b13836 Mon Sep 17 00:00:00 2001 From: Jimmy Tang Date: Sat, 15 Mar 2014 12:10:59 +0000 Subject: [PATCH] more meaningful backend name --- roles/haproxy/templates/precise/haproxy.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/haproxy/templates/precise/haproxy.cfg b/roles/haproxy/templates/precise/haproxy.cfg index b737ddfcf..9df4fc9e0 100644 --- a/roles/haproxy/templates/precise/haproxy.cfg +++ b/roles/haproxy/templates/precise/haproxy.cfg @@ -31,7 +31,7 @@ frontend http_frontend mode http option httpclose option forwardfor - default_backend web_server + default_backend rgw frontend https_frontend bind *:443 ssl crt /etc/ceph/radosgw-key-cert.pem @@ -39,9 +39,9 @@ frontend https_frontend option httpclose option forwardfor reqadd X-Forwarded-Proto:\ https - default_backend web_server + default_backend rgw -backend web_server +backend rgw mode http balance roundrobin cookie RADOSGWLB insert indirect nocache