You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:39:06 UTC

svn commit: r1132083 - /incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/haproxy+apache/haproxy.config.template

Author: benh
Date: Sun Jun  5 08:39:06 2011
New Revision: 1132083

URL: http://svn.apache.org/viewvc?rev=1132083&view=rev
Log:
Updating haproxy config file to find correct master.

Modified:
    incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/haproxy+apache/haproxy.config.template

Modified: incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/haproxy+apache/haproxy.config.template
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/haproxy%2Bapache/haproxy.config.template?rev=1132083&r1=1132082&r2=1132083&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/haproxy+apache/haproxy.config.template (original)
+++ incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/haproxy+apache/haproxy.config.template Sun Jun  5 08:39:06 2011
@@ -1,4 +1,4 @@
-listen webfarm {{master}}:80
+listen webfarm {{active_master}}:80
        timeout server 7500
        timeout client 7500
        timeout connect 7500