Skip to content
Snippets Groups Projects
Commit 4b0debc3 authored by Till Brehm's avatar Till Brehm
Browse files

Fix for #4450 Web interface inaccessible due to memory settings

parent e346ae7a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment