From 4b0debc3f1f8f74cafbeff4e7c5c9f8943566a97 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Thu, 19 Jan 2017 18:21:34 +0100 Subject: [PATCH] Fix for #4450 Web interface inaccessible due to memory settings --- 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 51b18408c1..5aac302818 100644 --- a/install/tpl/php_fpm_pool.conf.master +++ b/install/tpl/php_fpm_pool.conf.master @@ -20,5 +20,5 @@ chdir = / php_admin_value[session.save_path] = /usr/local/ispconfig/interface/temp php_admin_flag[magic_quotes_gpc] = off -php_admin_value[memory_limit] = 4096M +php_admin_value[memory_limit] = -1 php_admin_value[max_execution_time] = 1200 -- GitLab