apache_module "php7.0"
link "/etc/php/7.0/apache2/conf.d/20-wikidiff2.ini" do
- action :delete
+ to "../../mods-available/wikidiff2.ini"
end
-# link "/etc/php/7.0/apache2/conf.d/20-wikidiff2.ini" do
-# to "../../mods-available/wikidiff2.ini"
-# end
-
apache_module "rewrite"
# Path to the GNU diff3 utility. Used for conflict resolution.
$wgDiff3 = "/usr/bin/diff3";
-#$wgExternalDiffEngine = 'wikidiff2';
+$wgExternalDiffEngine = 'wikidiff2';
# Query string length limit for ResourceLoader. You should only set this if
# your web server has a query string length limit (then set it to that limit),