]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/templates/default/apache.erb
Name php-fpm socket to work with apparmor-profiles
[chef.git] / cookbooks / wordpress / templates / default / apache.erb
index a1187818a55d60d3527b6f614af36c9588181f96..0e0790fdb8359f10e6d318a0759b9dddbdf1f8d1 100644 (file)
@@ -61,7 +61,7 @@
     Require all granted
 
     <FilesMatch ".+\.ph(ar|p|tml)$">
-      SetHandler "proxy:unix:/run/php/<%= @name %>.sock|fcgi://127.0.0.1"
+      SetHandler "proxy:unix:/run/php/php-<%= @name %>-fpm.sock|fcgi://127.0.0.1"
     </FilesMatch>
   </Directory>