From 7570f811c9d8d59eb812df303f9e24b92adb027d Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Thu, 2 Apr 2015 17:33:14 +0200
Subject: [PATCH] Allow access to roundcube directory from ISPConfig vhost in
 nginx setups (open_basedir)

---
 install/tpl/php_fpm_pool.conf.master | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/tpl/php_fpm_pool.conf.master b/install/tpl/php_fpm_pool.conf.master
index 0cc6e044a9..16e1241bb9 100644
--- a/install/tpl/php_fpm_pool.conf.master
+++ b/install/tpl/php_fpm_pool.conf.master
@@ -16,6 +16,6 @@ pm.max_spare_servers = 5
 
 chdir = /
 
-; php_admin_value[open_basedir] = /usr/local/ispconfig/interface:/usr/local/ispconfig/security:/usr/share
+; php_admin_value[open_basedir] = /usr/local/ispconfig/interface:/usr/local/ispconfig/security:/usr/share:/var/lib/roundcube:/etc/roundcube:/usr/share/roundcube
 php_admin_value[session.save_path] = /usr/local/ispconfig/interface/temp
 php_admin_flag[magic_quotes_gpc] = off
\ No newline at end of file
-- 
GitLab