From 8127a98cf7d9cf6392fa7b7093363a25c1c43c30 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 3 Aug 2024 12:48:38 -0700 Subject: [PATCH] updated php for wordpress --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index ba593c6..e121ccd 100755 --- a/configuration.nix +++ b/configuration.nix @@ -10,16 +10,16 @@ let extraConfig = '' display_errors = On display_startup_errors = On - max_execution_time = 6000 + max_execution_time = 300 max_input_time = 3000 memory_limit = 256MB; - max_input_vars = 2000 + 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 = 2000MB; + post_max_size = 1000MB; upload_max_filesize = 2000MB; opcache.interned_strings_buffer = 32 apc.enable_cli=1