From 71654f5f6385953625fa824b01eb933658257c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 15 Feb 2026 10:09:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:supervisord.conf=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(/var/www/sales=20=E2=86=92=20/var/www/mng?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- sam/docker/mng/supervisord.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sam/docker/mng/supervisord.conf b/sam/docker/mng/supervisord.conf index 5afeefa..09f47c3 100755 --- a/sam/docker/mng/supervisord.conf +++ b/sam/docker/mng/supervisord.conf @@ -8,16 +8,16 @@ command=/usr/local/sbin/php-fpm command=nginx -g "daemon off;" [program:queue-worker] -command=php /var/www/sales/artisan queue:work database --sleep=3 --tries=1 --timeout=1800 --max-jobs=10 --max-time=3600 +command=php /var/www/mng/artisan queue:work database --sleep=3 --tries=1 --timeout=1800 --max-jobs=10 --max-time=3600 process_name=%(program_name)s_%(process_num)02d numprocs=2 -directory=/var/www/sales +directory=/var/www/mng autostart=true autorestart=true startsecs=5 startretries=3 stopwaitsecs=1830 -stdout_logfile=/var/www/sales/storage/logs/queue-worker.log +stdout_logfile=/var/www/mng/storage/logs/queue-worker.log stdout_logfile_maxbytes=5MB -stderr_logfile=/var/www/sales/storage/logs/queue-worker-error.log +stderr_logfile=/var/www/mng/storage/logs/queue-worker-error.log stderr_logfile_maxbytes=5MB \ No newline at end of file