From c1c28ce103afcb232fdfc83f5b8a2ff2b525c463 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 5 May 2024 10:39:36 +0200 Subject: [PATCH] update php config --- systems/hetzner/nginx.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/hetzner/nginx.nix b/systems/hetzner/nginx.nix index fef307d..cc3b1c6 100644 --- a/systems/hetzner/nginx.nix +++ b/systems/hetzner/nginx.nix @@ -50,6 +50,12 @@ }; services.wordpress.webserver = "nginx"; + services.phpfpm.phpOptions = '' + post_max_size = "64M" + upload_max_filesize = "64M" + max_execution_time = 300 + max_input_time = 300 + ''; services.wordpress.sites."test.missing.ninja" = let