You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by hu...@apache.org on 2013/01/02 18:52:31 UTC

svn commit: r1427880 - /trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.mdtext

Author: humbedooh
Date: Wed Jan  2 17:52:30 2013
New Revision: 1427880

URL: http://svn.apache.org/viewvc?rev=1427880&view=rev
Log:
fix up remap examples, so they match the output examples

Modified:
    trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.mdtext

Modified: trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.mdtext?rev=1427880&r1=1427879&r2=1427880&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/configuration-files/remap.config.en.mdtext Wed Jan  2 17:52:30 2013
@@ -125,14 +125,14 @@ The following example shows a map rule w
 in the target:
 
     :::text
-    map http://www.intranet.y.com/marketing/ http://marketing.y.com/
-    reverse_map http://marketing.y.com/ http://www.intranet.y.com/marketing/
-    map http://intranet.y.com/sales/ http://sales.y.com/
-    reverse_map http://sales.y.com/ http://intranet.y.com/sales/
-    map http://intranet.y.com/engineering/ http://engineering.y.com/
-    reverse_map http://engineering.y.com/ http://intranet.y.com/engineering/
-    map http://intranet.y.com/ http://info.y.com/
-    reverse_map http://info.y.com/ http://intranet.y.com/
+    map http://www.y.com/marketing/ http://marketing.y.com/
+    reverse_map http://marketing.y.com/ http://www.y.com/marketing/
+    map http://www.y.com/sales/ http://sales.y.com/
+    reverse_map http://sales.y.com/ http://www.y.com/sales/
+    map http://www.y.com/engineering/ http://engineering.y.com/
+    reverse_map http://engineering.y.com/ http://www.y.com/engineering/
+    map http://www.y.com/stuff/ http://info.y.com/
+    reverse_map http://info.y.com/ http://www.y.com/stuff/
 
 These rules result in the following translations: