From 2d51c8f55843fad73f5d908c073bd906c0f9fe47 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 9 May 2026 10:30:24 -0600 Subject: [PATCH] Cambio del nixpacks --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index be8e85e4..37e48fbc 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -6,4 +6,4 @@ cmds = [ ] [start] -cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php artisan serve --host=0.0.0.0 --port=80" +cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php -d upload_max_filesize=50M -d post_max_size=55M artisan serve --host=0.0.0.0 --port=80"