X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/87b8bf92a49168bbfc9beb7e7a6df2e6222df710..6869cec20eadb62187933b0fd50788d3307d3320:/cookbooks/forum/recipes/default.rb diff --git a/cookbooks/forum/recipes/default.rb b/cookbooks/forum/recipes/default.rb index 7c7c5b57b..80694cf50 100644 --- a/cookbooks/forum/recipes/default.rb +++ b/cookbooks/forum/recipes/default.rb @@ -21,7 +21,7 @@ include_recipe "accounts" include_recipe "apache" include_recipe "git" include_recipe "mysql" -include_recipe "php::fpm" +include_recipe "php::apache" cache_dir = Chef::Config[:file_cache_path] @@ -35,12 +35,9 @@ package %w[ unzip ] +apache_module "env" apache_module "rewrite" -apache_conf "php#{node[:php][:version]}-fpm" do - action :enable -end - ssl_certificate "forum.openstreetmap.org" do domains ["forum.openstreetmap.org", "forum.osm.org"] notifies :reload, "service[apache2]"