From e8a0d87b221e9dda1d25ba54733d8556298d3585 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 31 Jan 2017 00:50:52 -0500 Subject: [PATCH] webapps/moin: inject custom config before moin config In Apache land, first matching alias wins and we're aliasing `/' to moin so injecting user config after that deprives them of the ability to customize aliases. Reverse configuration so they stand a chance. --- lib/web_apps.dtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index 124a6d0..5a19ae6 100644 --- a/lib/web_apps.dtl +++ b/lib/web_apps.dtl @@ -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.}} -- 2.20.1