Update Easy_Domain to support trivial configuration of default node
[hcoop/domtool2.git] / lib / web_apps.dtl
index f17e8e8..0ae5222 100644 (file)
@@ -2,6 +2,7 @@
 
 val addWordPress = \ loc : (location) ->
   location loc with
+    phpVersion php5;
     rewriteCond "%{REQUEST_FILENAME}" "!-f" [];
     rewriteCond "%{REQUEST_FILENAME}" "!-d" [];
     rewriteRule "." "/index.php" [last]