mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-08 09:24:59 +01:00
20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
pidfile=/run/supervisord.pid
|
|
loglevel=info
|
|
|
|
[program-default]
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|
|
autorestart=false
|
|
startretries=0
|
|
|
|
[program:php-fpm]
|
|
command=/usr/sbin/php-fpm7 -F
|
|
|
|
[program:nginx]
|
|
command=/usr/sbin/nginx -g 'daemon off;'
|
|
depends_on=php-fpm
|