mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Fixed workers being unable to write to log files in the dev environment.
This commit is contained in:
parent
08ad975fb1
commit
aad7bc57f2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ process_name = %(program_name)s_%(process_num)02d
|
||||||
command = php /vagrant/artisan queue:listen --queue=default,notifications,indexing --sleep=5 --tries=3
|
command = php /vagrant/artisan queue:listen --queue=default,notifications,indexing --sleep=5 --tries=3
|
||||||
autostart = true
|
autostart = true
|
||||||
autorestart = true
|
autorestart = true
|
||||||
user = www-data
|
user = vagrant
|
||||||
numprocs = 2
|
numprocs = 2
|
||||||
redirect_stderr = true
|
redirect_stderr = true
|
||||||
stdout_logfile = /vagrant/storage/logs/worker.log
|
stdout_logfile = /vagrant/storage/logs/worker.log
|
||||||
|
|
Loading…
Reference in a new issue