# limitations under the License.
#
-include_recipe "apache"
include_recipe "php"
+include_recipe "prometheus"
package "php-fpm"
source "php-fpm.ini.erb"
owner "root"
group "root"
- mode 0o644
+ mode "644"
+ notifies :restart, "service[php#{node[:php][:version]}-fpm]"
end
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