supervisor+nginx+cesi

欢迎使用Markdown编辑器写博客

先留个坑,项目完了再完善
supervisor with python3 support
https://github.com/Supervisor/supervisor

/data/anaconda3/lib/python3.6/site-packages/supervisor-4.0.0.dev0-py3.6.egg/supervisor/ui

run nginx in foreground so that it can be managed by supervisor
add this in conf - daemon off;
or
in command line - nginx -g ‘daemon off;’
https://www.techietown.info/2016/12/run-nginx-foreground/

superlance - a event listener plugin of supervisor
https://github.com/Supervisor/superlance

cesi
a web interface provides manage supervizors from same interface.
https://github.com/Gamegos/cesi
https://github.com/gamegos/cesi/tree/v2_api

猜你喜欢

转载自blog.csdn.net/chg1226/article/details/81777632