From f925a1c97bd7f7cabe8a45cb9fc48cec66ffee3c Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Sun, 6 Nov 2022 23:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervisor/lae-web.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/lae-web.conf b/supervisor/lae-web.conf index a024599..7eb6fb0 100644 --- a/supervisor/lae-web.conf +++ b/supervisor/lae-web.conf @@ -1,7 +1,7 @@ [program:lae-web] process_name=%(program_name)s_%(process_num)02d directory=/opt/lae -command=php artisan octane:start +command=php artisan octane:start --host=0.0.0.0 --rpc-port=6001 --port=8000 autostart=true autorestart=true stopasgroup=true