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 141b5f4d..f2dfbe8d 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%