Fix problem noted by omry on original domtool; namely, bad handling of rewrites insid...
[hcoop/domtool2.git] / configDefault / apache.csg
index 3ade218..307a47a 100644 (file)
@@ -4,6 +4,12 @@ signature APACHE_CONFIG = sig
 
     val confDir : string
 
-    val webNodes : string list
+    val        webNodes_all : string list
+    val webNodes_admin : string list
+    val webNodes_default : string list
+
+    val proxyTargets : string list
+
+    val        public_html : string
 
 end