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]"
# limitations under the License.
#
+include_recipe "apache"
include_recipe "php"
package "php-fpm"
service "php#{node[:php][:version]}-fpm" do
action [:enable, :start]
end
+
+apache_module "proxy"
+apache_module "proxy_fcgi"
+
+apache_conf "php#{node[:php][:version]}-fpm" do
+ action :enable
+end