From 6ecb23746c7da1ab41b5ef5e2d484c65d973dafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez?= Date: Mon, 11 May 2026 02:40:44 -0600 Subject: [PATCH] =?UTF-8?q?Modificaci=C3=B3n=20de=20supervisor=20para=20ev?= =?UTF-8?q?itar=20conflicto=20de=20puertos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervisord.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/supervisord.conf b/supervisord.conf index 2e10a00a..10fbf03b 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -6,11 +6,6 @@ command=nginx -g "daemon off;" autostart=true autorestart=true -[program:php-fpm] -command=php-fpm -F -autostart=true -autorestart=true - [program:reverb] command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan reverb:start --host=0.0.0.0 --port=8085 autostart=true