diff --git a/deployment/octane/FrankenPHP/supervisord.frankenphp.conf b/deployment/octane/FrankenPHP/supervisord.frankenphp.conf index 89c0782..fb71df9 100644 --- a/deployment/octane/FrankenPHP/supervisord.frankenphp.conf +++ b/deployment/octane/FrankenPHP/supervisord.frankenphp.conf @@ -1,7 +1,7 @@ [program:octane] process_name=%(program_name)s_%(process_num)02d command=php %(ENV_ROOT)s/artisan octane:start --server=frankenphp --host=0.0.0.0 --port=8000 --admin-port=2019 -# 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 user=%(ENV_USER)s autostart=true autorestart=true @@ -48,4 +48,4 @@ stderr_logfile=%(ENV_ROOT)s/storage/logs/scheduler.log stderr_logfile_maxbytes=200MB [include] -files=/etc/supervisor/supervisord.conf \ No newline at end of file +files=/etc/supervisor/supervisord.conf