Supervisor + Gunicorn + FastAPI 部署

软件安装安装Python12sudo apt updatesudo apt install python3.12 python3.12-venv -y 安装Supervisor和NGINX1sudo apt install supervisor ng...

web开发