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/dist/conf/gentoo.conf.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/install/dist/conf/gentoo.conf.php b/install/dist/conf/gentoo.conf.php index 8ed4fee..c2c0a6e 100644 --- a/install/dist/conf/gentoo.conf.php +++ b/install/dist/conf/gentoo.conf.php @@ -208,6 +208,7 @@ $conf['nginx']['php_fpm_ini_path'] = '/etc/php5/fpm/php.ini'; $conf['nginx']['php_fpm_pool_dir'] = '/etc/php5/fpm/pool.d'; $conf['nginx']['php_fpm_start_port'] = 9010; +$conf['nginx']['php_fpm_socket_dir'] = '/var/run/php5-fpm'; //* vlogger $conf['vlogger']['config_dir'] = '/etc/vlogger'; -- Gitblit v1.9.1