updated php for wordpress
This commit is contained in:
parent
2878087ccc
commit
8127a98cf7
@ -10,16 +10,16 @@ let
|
|||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
display_errors = On
|
display_errors = On
|
||||||
display_startup_errors = On
|
display_startup_errors = On
|
||||||
max_execution_time = 6000
|
max_execution_time = 300
|
||||||
max_input_time = 3000
|
max_input_time = 3000
|
||||||
memory_limit = 256MB;
|
memory_limit = 256MB;
|
||||||
max_input_vars = 2000
|
max_input_vars = 3000
|
||||||
opcache.enable=1;
|
opcache.enable=1;
|
||||||
opcache.memory_consumption=512;
|
opcache.memory_consumption=512;
|
||||||
opcache_revalidate_freq = 240;
|
opcache_revalidate_freq = 240;
|
||||||
opcache.max_accelerated_files=10000;
|
opcache.max_accelerated_files=10000;
|
||||||
auto_prepend_file = '/var/lib/www/wordpress/wordfence-waf.php'
|
auto_prepend_file = '/var/lib/www/wordpress/wordfence-waf.php'
|
||||||
post_max_size = 2000MB;
|
post_max_size = 1000MB;
|
||||||
upload_max_filesize = 2000MB;
|
upload_max_filesize = 2000MB;
|
||||||
opcache.interned_strings_buffer = 32
|
opcache.interned_strings_buffer = 32
|
||||||
apc.enable_cli=1
|
apc.enable_cli=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user