From 664ae19e7966b9eb62898d0fa32743cd89947a48 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 10 Jun 2026 17:48:19 +0200 Subject: [PATCH] fix upload size --- nix/image/php.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/image/php.nix b/nix/image/php.nix index 8ef3d31..4e7ff52 100644 --- a/nix/image/php.nix +++ b/nix/image/php.nix @@ -15,8 +15,8 @@ php.buildEnv { memory_limit=512M - post_max_size 10G - upload_max_filesize 10G + post_max_size=10G + upload_max_filesize=10G apc.enable_cli=1 opcache.enable_cli=1