Files
xamxam/docs
Pontoporeia 19784090a3 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.
2026-05-05 11:04:52 +02:00
..
2026-04-13 11:12:12 +02:00
2026-04-13 11:12:12 +02:00
2026-04-13 11:12:12 +02:00