mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 17:09:39 +01:00
Fix superviso
This commit is contained in:
@@ -19,6 +19,7 @@ autostart=true
|
|||||||
autorestart=true
|
autorestart=true
|
||||||
numprocs=1
|
numprocs=1
|
||||||
user=root
|
user=root
|
||||||
|
stdout_logfile=/var/log/laravel_scheduler.out.log
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
|
|
||||||
[program:Laravel-worker]
|
[program:Laravel-worker]
|
||||||
@@ -29,7 +30,7 @@ autorestart=true
|
|||||||
numprocs=2
|
numprocs=2
|
||||||
user=root
|
user=root
|
||||||
redirect_stderr=true
|
redirect_stderr=true
|
||||||
stdout_logfile=/var/www/storage/logs/worker.log
|
stdout_logfile=/var/logs/laravel_worker.log
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user