Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 8.0-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.0-swoole-nginx/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.1-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.1-swoole-nginx/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.2-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.2-swoole-nginx/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.3-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.3-swoole-nginx/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.4-swoole-nginx-prod/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions 8.4-swoole-nginx/supervisor.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down
4 changes: 4 additions & 0 deletions template/supervisor-conf.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[supervisord]
logfile=/dev/stdout
nodaemon=true

[program:nginx]
depends_on = octane
command = nginx -g "daemon off;"
Expand Down