From 427ff654ae8d6f56d2fa9c7ba9d2f2c0098e3989 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 3 Aug 2024 12:16:43 -0700 Subject: [PATCH] updated php for wordpress --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index fdcedac..d8670d7 100755 --- a/configuration.nix +++ b/configuration.nix @@ -19,8 +19,8 @@ let opcache_revalidate_freq = 240; opcache.max_accelerated_files=10000; auto_prepend_file = '/var/lib/www/wordpress/wordfence-waf.php' - post_max_size = 3000MB - upload_max_filesize = 3000MB + post_max_size = 2000MB; + upload_max_filesize = 2000MB; opcache.interned_strings_buffer = 32 apc.enable_cli=1 redis.session.locking_enabled=1