You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/10/31 16:56:03 UTC

svn commit: r590727 - /lenya/trunk/src/pubs/default/config/publication.xml

Author: nettings
Date: Wed Oct 31 08:56:02 2007
New Revision: 590727

URL: http://svn.apache.org/viewvc?rev=590727&view=rev
Log:
fix proxy example settings (no functional change)

Modified:
    lenya/trunk/src/pubs/default/config/publication.xml

Modified: lenya/trunk/src/pubs/default/config/publication.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/config/publication.xml?rev=590727&r1=590726&r2=590727&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/config/publication.xml (original)
+++ lenya/trunk/src/pubs/default/config/publication.xml Wed Oct 31 08:56:02 2007
@@ -120,17 +120,22 @@
          
        The desired customer hostname is customer.example.com.
        The SSL vhost is called www.example.com.
-       The Lenya CMS for our customer is reachable as https://www.example.com/lenya/customer/
+       The Lenya CMS for our customer is reachable as
+       https://www.example.com/lenya/customer/authoring
        The global proxy for non-publication-specific resources shall be
        http://www.example.com/lenya.
        
        -->
   <proxies>
 <!--
-    <proxy area="live" ssl="true" url="https://www.example.com/lenya/customer"/>
-    <proxy area="live" ssl="false" url="http://customer.example.com"/>
-    <proxy area="authoring" ssl="true" url="https://www.example.com/lenya/customer"/>
-    <proxy area="authoring" ssl="false" url="http://www.example.com/lenya/customer"/>
+    <proxy area="live" ssl="true" 
+      url="https://www.example.com/lenya/customer/live"/>
+    <proxy area="live" ssl="false" 
+      url="http://customer.example.com"/>
+    <proxy area="authoring" ssl="true" 
+      url="https://www.example.com/lenya/customer/authoring"/>
+    <proxy area="authoring" ssl="false"
+      url="http://www.example.com/lenya/customer/authoring"/>
 -->
   </proxies>
   



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org