From 19784090a3b6e29b349e4b9994b2edacf0ed699b Mon Sep 17 00:00:00 2001 From: Pontoporeia Date: Thu, 30 Apr 2026 13:26:08 +0200 Subject: [PATCH] fix: pass PHP upload limits via -d flags in justfile serve recipe php -S (built-in dev server) ignores .htaccess and .user.ini entirely. The POST Content-Length limit was still 8M from /etc/php/php.ini. Pass upload_max_filesize=512M, post_max_size=520M, memory_limit=256M, max_execution_time=300, max_input_time=300 directly on the CLI. --- TODO.md | 2 +- docs/file-uploads.md | 10 +++++++++- justfile | 9 ++++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 4f5a995..bb61fbc 100644 --- a/TODO.md +++ b/TODO.md @@ -13,7 +13,7 @@ - [x] **tfe.php** (public template) — handles audio (`