Cambio del supervisor

This commit is contained in:
2026-05-09 10:22:51 -06:00
parent 4b17ea76b1
commit 7049e8e1d3
+1 -1
View File
@@ -7,7 +7,7 @@ autostart=true
autorestart=true
[program:laravel]
command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=127.0.0.1 --port=8081
command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=0.0.0.0 --port=8080
autostart=true
autorestart=true