Update Easy_Domain to support trivial configuration of default node
[hcoop/domtool2.git] / lib / urls.dtl
index 89bac62..f403f21 100644 (file)
@@ -1,6 +1,6 @@
 {{Basic Apache URL handling}}
 
-extern val alias : location -> your_path -> [Vhost];
+extern val alias : location -> readable_path -> [Vhost];
 {{All requests for the location should be served from the path.}}
 
 extern val scriptAlias : location -> your_path -> [Vhost];