From ca2813ade31722467c2419553905e7ac5c12dd39 Mon Sep 17 00:00:00 2001 From: Fernando <82854646+FernandosPerez@users.noreply.github.com> Date: Mon, 11 May 2026 00:16:18 -0600 Subject: [PATCH] Change Laravel server port from 8080 to 8081 --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord.conf b/supervisord.conf index 0a2c6525..f8cdbb02 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -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=0.0.0.0 --port=8080 +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=8081 autostart=true autorestart=true