I wrote an Envoy task which I was running from the terminal. Now I made a view in my App to run it by pressing a button. The problem is that before envoy was being ran by my user but now its being run with the nginx user which hasn't Envoy installed from Composer and I'm getting this error:
sh: 1: /home/vagrant/.config/composer/vendor/bin/envoy: not found
How can I solve this?