Initial commit
This commit is contained in:
8
files/supervisord.conf
Normal file
8
files/supervisord.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:php-fpm]
|
||||
command=php-fpm7 --nodaemonize
|
||||
|
||||
[program:nginx]
|
||||
command=nginx
|
||||
Reference in New Issue
Block a user