This commit is contained in:
parent
c813386e18
commit
3727e20b98
@ -6,3 +6,12 @@ command=/usr/local/sbin/php-fpm
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx -g "daemon off;"
|
||||
|
||||
[program:queue]
|
||||
directory=/var/www
|
||||
command=php artisan queue:work --daemon --sleep=3 --tries=1 --timeout=120
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=www-data
|
||||
stderr_logfile=/var/log/laravel-queue.err.log
|
||||
stdout_logfile=/var/log/laravel-queue.out.log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user