From 867f54f763461989cf17f7d8eaaeff571bc6afbe Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Wed, 23 Nov 2016 13:03:19 +0200 Subject: [PATCH] Update socket.tpl --- 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 d96b9a5e..141b5f4d 100644 --- a/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl +++ b/install/ubuntu/16.04/templates/web/php-fpm/socket.tpl @@ -5,7 +5,7 @@ listen.allowed_clients = 127.0.0.1 user = %user% group = %user% -listen.owner = www-data +listen.owner = %user% listen.group = www-data pm = dynamic