X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1c848471a16f9d1ee1fc8a327af110447ea1ef4c..0970d9770176c7dd94e6e8ad56925c66439537b9:/cookbooks/web/recipes/backend.rb?ds=inline diff --git a/cookbooks/web/recipes/backend.rb b/cookbooks/web/recipes/backend.rb index fa13948d8..6898b42be 100644 --- a/cookbooks/web/recipes/backend.rb +++ b/cookbooks/web/recipes/backend.rb @@ -18,11 +18,13 @@ # include_recipe "memcached" +include_recipe "apache::ssl" include_recipe "web::rails" include_recipe "web::cgimap" apache_module "fastcgi-handler" apache_module "remoteip" +apache_module "rewrite" apache_site "default" do action [ :disable ]