Skip to content

Commit bd6a23a

Browse files
authored
Update supervisord.frankenphp.conf
1 parent 5542dd6 commit bd6a23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/octane/FrankenPHP/supervisord.frankenphp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[program:octane]
22
process_name=%(program_name)s_%(process_num)02d
33
command=php %(ENV_ROOT)s/artisan octane:start --server=frankenphp --host=0.0.0.0 --port=8000 --admin-port=2019
4-
# command=php %(ENV_ROOT)s/artisan octane:start --server=frankenphp --host=localhost --port=443 --admin-port=2019 --https --http-redirect
4+
; command=php %(ENV_ROOT)s/artisan octane:start --server=frankenphp --host=localhost --port=443 --admin-port=2019 --https --http-redirect
55
user=%(ENV_USER)s
66
autostart=true
77
autorestart=true
@@ -48,4 +48,4 @@ stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log
4848
stderr_logfile_maxbytes=200MB
4949

5050
[include]
51-
files=/etc/supervisor/supervisord.conf
51+
files=/etc/supervisor/supervisord.conf

0 commit comments

Comments
 (0)