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