This commit is contained in:
0
docker/etc/supervisor/services/.gitkeep
Normal file
0
docker/etc/supervisor/services/.gitkeep
Normal file
6
docker/etc/supervisor/services/nginx.conf
Normal file
6
docker/etc/supervisor/services/nginx.conf
Normal file
@ -0,0 +1,6 @@
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
redirect_stderr=true
|
6
docker/etc/supervisor/services/php-fpm.conf
Normal file
6
docker/etc/supervisor/services/php-fpm.conf
Normal file
@ -0,0 +1,6 @@
|
||||
[program:php-fpm]
|
||||
command=/usr/local/sbin/php-fpm -R -F
|
||||
autorestart=true
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
redirect_stderr=true
|
Reference in New Issue
Block a user