Skip to content

Commit

Permalink
Change supervisord settings (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-svitelskiy authored Feb 23, 2021
1 parent 17d9bc6 commit 8a34777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtimes/7.4/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[supervisord]
nodaemon=true
user=root
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid

[program:php]
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80
Expand Down
2 changes: 2 additions & 0 deletions runtimes/8.0/supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[supervisord]
nodaemon=true
user=root
logfile=/var/log/supervisor/supervisord.log
pidfile=/var/run/supervisord.pid

[program:php]
command=/usr/bin/php -d variables_order=EGPCS /var/www/html/artisan serve --host=0.0.0.0 --port=80
Expand Down

0 comments on commit 8a34777

Please sign in to comment.