1. Use gunicorn to access the website through the external network port normally
2. After configuring the supervisor, supervisord -c supervisor.conf is normal
3. Supervisorctl -c supervisor.conf starts flask and an error is reported
4.supervisorctl -c supervisor.conf start flask prompts success, but query status shows exit
Method 1:
Method 2:
Directly view the relevant files starting with
supervisor
under/tmp/
(default log path)supervisord is just a daemon process to help you maintain the stability of your process
Configuration file.conf