From 72ce788832f008fc210146d751dd5f20fa03f493 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 21 Sep 2011 07:28:59 -0400 Subject: [PATCH] Added support for PHP-FPM sockets. --- install/lib/update.lib.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/lib/update.lib.php b/install/lib/update.lib.php index fc4a5e3..b75a55f 100644 --- a/install/lib/update.lib.php +++ b/install/lib/update.lib.php @@ -270,6 +270,7 @@ $tpl_ini_array['web']['php_fpm_ini_path'] = $conf['nginx']['php_fpm_ini_path']; $tpl_ini_array['web']['php_fpm_pool_dir'] = $conf['nginx']['php_fpm_pool_dir']; $tpl_ini_array['web']['php_fpm_start_port'] = $conf['nginx']['php_fpm_start_port']; + $tpl_ini_array['web']['php_fpm_socket_dir'] = $conf['nginx']['php_fpm_socket_dir']; $tpl_ini_array['web']['server_type'] = 'nginx'; $tpl_ini_array['global']['webserver'] = 'nginx'; } -- Gitblit v1.9.1