updated php for wordpress

This commit is contained in:
naturallaw77 2024-08-03 13:09:05 -07:00
parent a2ea28328c
commit f917a37fe3

View File

@ -12,15 +12,15 @@ let
display_startup_errors = On
max_execution_time = 3000
max_input_time = 3000
memory_limit = 512MB;
memory_limit = 1024MB;
max_input_vars = 3000
opcache.enable=1;
opcache.memory_consumption=512;
opcache_revalidate_freq = 240;
opcache.max_accelerated_files=10000;
auto_prepend_file = '/var/lib/www/wordpress/wordfence-waf.php'
post_max_size = 1000MB;
upload_max_filesize = 2000MB;
post_max_size = 4000MB;
upload_max_filesize = 4000MB;
opcache.interned_strings_buffer = 32
apc.enable_cli=1
redis.session.locking_enabled=1