Ajouter glpi/supervisord.conf
This commit is contained in:
parent
9115dbf04b
commit
7b1834af42
1 changed files with 15 additions and 0 deletions
15
glpi/supervisord.conf
Normal file
15
glpi/supervisord.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:php-fpm]
|
||||
command=/usr/sbin/php-fpm --nodaemonize
|
||||
startsecs=5
|
||||
autorestart=true
|
||||
stderr_logfile=/var/log/php-fpm.err.log
|
||||
stdout_logfile=/var/log/php-fpm.out.log
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx -g "daemon off;"
|
||||
autorestart=true
|
||||
stderr_logfile=/var/log/nginx.err.log
|
||||
stdout_logfile=/var/log/nginx.out.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue