diff options
Diffstat (limited to 'puppet/modules')
| -rw-r--r-- | puppet/modules/site_haproxy/templates/couch.erb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_haproxy/templates/couch.erb b/puppet/modules/site_haproxy/templates/couch.erb index baa31486..f42e8368 100644 --- a/puppet/modules/site_haproxy/templates/couch.erb +++ b/puppet/modules/site_haproxy/templates/couch.erb @@ -4,8 +4,8 @@ frontend couch    option   httplog    option   dontlognull    option   http-server-close    # use client keep-alive, but close server connection. -  use_backend couch_write if METH_POST -  default_backend couch_read +  use_backend couch_read if METH_GET +  default_backend couch_write  backend couch_write    mode http  | 
