From de809a3b3ba85d303f34f92833a1a95b640626ed Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Wed, 23 Nov 2016 19:07:12 +0200 Subject: [PATCH] Fix Please check this out first. --- install/ubuntu/16.04/templates/web/php-fpm/socket.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl b/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl index 141b5f4d8..f2dfbe8d1 100644 --- a/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl @@ -1,5 +1,5 @@ [%backend%] -listen = /var/run/php/php7.0-fpm.sock +listen = /var/run/php/%backend%.sock listen.allowed_clients = 127.0.0.1 user = %user%