From: Clinton Ebadi Date: Wed, 1 Feb 2017 02:30:31 +0000 (-0500) Subject: web_apps: don't instantiate php5 in wordPress X-Git-Tag: release_20170131-1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/ba051c3a9eedf0becdee6da67f0e055dc3433596?ds=sidebyside web_apps: don't instantiate php5 in wordPress interferes with fastcgi / hasn't been needed since the ancient times --- diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index 5a19ae6..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];