Skip to content

Commit

Permalink
franken configuration added
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Feb 8, 2024
1 parent cd811c4 commit b5ef7ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/supervisor/octane-franken.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[program:octane]
priority=5
command=php -d variables_order=EGPCS /var/www/html/artisan octane:start --server=frankenphp --admin-port=2019 --port=8000
user=www-data
autostart=true
autorestart=true
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0

0 comments on commit b5ef7ab

Please sign in to comment.