diff --git a/install/tpl/php_fpm_pool.conf.master b/install/tpl/php_fpm_pool.conf.master index 9cde75ab60101b4100d8801f54279b3e6cb916e7..9ff7ebc9426ece96b15e1613262db627cd70b72a 100644 --- a/install/tpl/php_fpm_pool.conf.master +++ b/install/tpl/php_fpm_pool.conf.master @@ -17,5 +17,5 @@ pm.max_spare_servers = 5 chdir = / ; php_admin_value[open_basedir] = /usr/local/ispconfig/interface:/usr/share -php_admin_value[session.save_path] = /usr/local/ispconfig/server/temp +php_admin_value[session.save_path] = /usr/local/ispconfig/interface/temp php_admin_flag[magic_quotes_gpc] = off \ No newline at end of file