mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2026-01-24 08:19:00 +01:00
18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
|
|
[supervisord]
|
||
|
|
nodaemon=true
|
||
|
|
user=root
|
||
|
|
|
||
|
|
|
||
|
|
[program:php-fpm]
|
||
|
|
command=/usr/local/sbin/php-fpm
|
||
|
|
numprocs=1
|
||
|
|
autostart=true
|
||
|
|
autorestart=true
|
||
|
|
stderr_logfile=/var/log/php-fpm_consumer.err.log
|
||
|
|
stdout_logfile=/var/log/php-fpm_consumer.out.log
|
||
|
|
user=root
|
||
|
|
priority=100
|
||
|
|
|
||
|
|
|
||
|
|
[include]
|
||
|
|
files = /etc/supervisor/conf.d/*.conf
|