X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/834b7d572612b86e309e6a9bfeced2d0286f024e..63ac3b82c1cd33605e62688cd97688a6dae3cb9c:/lib/web_apps.dtl diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index 9d6bb9f..f17e8e8 100644 --- a/lib/web_apps.dtl +++ b/lib/web_apps.dtl @@ -22,14 +22,14 @@ val addMoinMoin = begin script <- Script; alias htdocs "/usr/share/moin/htdocs"; - scriptAlias prefix script + scriptAlias prefix (end_in_slash script) end; {{Add a MoinMoin wiki to a vhost.}} val moinMoin = \ host : (host) -> web host with addMoinMoin where - Htdocs = "moin"; + Htdocs = "/moin"; Prefix = "/" end end;