You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2011/03/22 13:52:51 UTC

svn commit: r1084152 - /trafficserver/site/branches/ats-cms/content/docs/trunk/admin/hierachical-caching/index.en.mdtext

Author: igalic
Date: Tue Mar 22 12:52:50 2011
New Revision: 1084152

URL: http://svn.apache.org/viewvc?rev=1084152&view=rev
Log:
s/”/"/g

Modified:
    trafficserver/site/branches/ats-cms/content/docs/trunk/admin/hierachical-caching/index.en.mdtext

Modified: trafficserver/site/branches/ats-cms/content/docs/trunk/admin/hierachical-caching/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/docs/trunk/admin/hierachical-caching/index.en.mdtext?rev=1084152&r1=1084151&r2=1084152&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/docs/trunk/admin/hierachical-caching/index.en.mdtext (original)
+++ trafficserver/site/branches/ats-cms/content/docs/trunk/admin/hierachical-caching/index.en.mdtext Tue Mar 22 12:52:50 2011
@@ -123,7 +123,7 @@ with `http://host1` to the parent cache 
 requests are forwarded to `parent2`. Because `round-robin=true`, Traffic Server goes through the
 parent cache list in a round-robin based on client IP address.
 
-    dest_host=host1 scheme=http parent=”parent1;parent2” round-robin=strict
+    dest_host=host1 scheme=http parent="parent1;parent2" round-robin=strict
 
 
 Run the command `traffic_line -x` to apply the configuration changes.