X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/eb18bcaca2e0b065d1b7843a5213131ac024dd24..24b2afcb2f3745654bd3a7e4fa8c4a8f42a9b1b8:/lib/web_apps.dtl?ds=sidebyside diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index 124a6d0..e39dc4f 100644 --- a/lib/web_apps.dtl +++ b/lib/web_apps.dtl @@ -2,7 +2,6 @@ val addWordPress = \ loc : (location) -> location loc with - phpVersion php5; rewriteRule "^(.*/)?\.svn/" "-" [forbidden, last]; rewriteRule "^(.*/)?\.git/" "-" [forbidden, last]; @@ -39,11 +38,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.}}