Skip to content

Commit 4b0debc

Browse files
author
Till Brehm
committed
Fix for #4450 Web interface inaccessible due to memory settings
1 parent e346ae7 commit 4b0debc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/php_fpm_pool.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ chdir = /
2020
php_admin_value[session.save_path] = /usr/local/ispconfig/interface/temp
2121
php_admin_flag[magic_quotes_gpc] = off
2222

23-
php_admin_value[memory_limit] = 4096M
23+
php_admin_value[memory_limit] = -1
2424
php_admin_value[max_execution_time] = 1200

0 commit comments

Comments
 (0)