We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5542dd6 commit bd6a23aCopy full SHA for bd6a23a
deployment/octane/FrankenPHP/supervisord.frankenphp.conf
@@ -1,7 +1,7 @@
1
[program:octane]
2
process_name=%(program_name)s_%(process_num)02d
3
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
+; command=php %(ENV_ROOT)s/artisan octane:start --server=frankenphp --host=localhost --port=443 --admin-port=2019 --https --http-redirect
5
user=%(ENV_USER)s
6
autostart=true
7
autorestart=true
@@ -48,4 +48,4 @@ stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log
48
stderr_logfile_maxbytes=200MB
49
50
[include]
51
-files=/etc/supervisor/supervisord.conf
+files=/etc/supervisor/supervisord.conf
0 commit comments