]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/templates/default/apache.erb
Name php-fpm socket to work with apparmor-profiles
[chef.git] / cookbooks / forum / templates / default / apache.erb
index d51786b26b707487bff0f29661dff8d3c396e84f..5235ee1f8378ed57298626f62c8be9c26e4b541e 100644 (file)
@@ -40,7 +40,7 @@
        DocumentRoot /srv/forum.openstreetmap.org/html
 
        <FilesMatch ".+\.ph(ar|p|tml)$">
-               SetHandler "proxy:unix:/run/php/forum.openstreetmap.org.sock|fcgi://127.0.0.1"
+               SetHandler "proxy:unix:/run/php/php-forum.openstreetmap.org-fpm.sock|fcgi://127.0.0.1"
        </FilesMatch>
 </VirtualHost>