Martin Lazarov
Martin Lazarov
Hey hursit, supervisor.php is not in the repo for a reason. That way updating/pulling locally won't update custom configs. Adding it to the repo will update everyone's config file on...
Can you give me more details?
This error (NO_FILE) means that you haven't configured your supervisor daemons to log into file. This is not an issue if you don't want logs.
To work supervisord-monitor requires one additional `location` directive. This is how your vhost will look after adding it: ``` location = /ENV { allow 127.0.0.1; deny all; } location /...