web_apps: don't instantiate php5 in wordPress release_20170131-1
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 1 Feb 2017 02:30:31 +0000 (21:30 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 1 Feb 2017 02:30:31 +0000 (21:30 -0500)
interferes with fastcgi / hasn't been needed since the ancient times

lib/web_apps.dtl

index 5a19ae6..e39dc4f 100644 (file)
@@ -2,7 +2,6 @@
 
 val addWordPress = \ loc : (location) ->
   location loc with
-    phpVersion php5;
     rewriteRule "^(.*/)?\.svn/" "-" [forbidden, last];
     rewriteRule "^(.*/)?\.git/" "-" [forbidden, last];