持续更新!
真机部署
Supervisor
**应用:**https://github.com/osof/awesome-proxy/blob/master/config/supervisor.conf
https://www.liaoxuefeng.com/wiki/1016959663602400/1018491264935776
uWSGI
gunicorn
配置详解
https://www.itnotebooks.com/?p=531
https://blog.csdn.net/y472360651/article/details/78538188
**应用:**https://github.com/osof/awesome-proxy/blob/master/config/supervisor.conf
默认是同步的,使用gevent改为异步。
Docker容器化部署
https://zhuanlan.zhihu.com/p/71251233
参考:https://github.com/osof/awesome-proxy/blob/master/build_images.sh
Dockerfile是由脚本生成的。
评论区