From d33fd2604a98f2ac45fc6129317548fa84c8eaee Mon Sep 17 00:00:00 2001
From: Nedim Hadzimahmutovic <nedim@hadzimahmutovic.com>
Date: Thu, 02 Jan 2014 04:24:03 -0500
Subject: [PATCH] FS#3264 - Put domain name in php-fom pool name

---
 install/tpl/apps_php_fpm_pool.conf.master |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/tpl/apps_php_fpm_pool.conf.master b/install/tpl/apps_php_fpm_pool.conf.master
index ce6a92f..e7e065c 100644
--- a/install/tpl/apps_php_fpm_pool.conf.master
+++ b/install/tpl/apps_php_fpm_pool.conf.master
@@ -1,4 +1,4 @@
-[{fpm_pool}]
+[{fpm_pool}-{fpm_domain}]
 
 listen = {fpm_socket}
 listen.owner = {fpm_user}

--
Gitblit v1.9.1