apache: improved fastScriptAlias
[hcoop/domtool2.git] / lib / web_apps.dtl
index 124a6d0..5a19ae6 100644 (file)
@@ -39,11 +39,11 @@ end;
 
 val moinMoin = \ host : (host) -> \\ config : Vhost ->
   web host with
+    config;
     addMoinMoin where
       Htdocs = moin_default_htdocs;
       Prefix = "/"
     end;
-    config
   end;
 {{Create a new vhost with just a MoinMoin wiki.}}