目录
一、安装和使用uWSGI
uWSGI 是一个 Web 服务器,可以用来部署 Python Web 应用。它是一个高性能的通用的 Web 服务器,可以运行在多种操作系统上,支持多种 Web 服务协议
1.1、安装
pip install uwsgi==2.0.21
1.2、配置文件
[uwsgi]
# 使用nginx作为web服务器
#s
目录
uWSGI 是一个 Web 服务器,可以用来部署 Python Web 应用。它是一个高性能的通用的 Web 服务器,可以运行在多种操作系统上,支持多种 Web 服务协议
pip install uwsgi==2.0.21
[uwsgi]
# 使用nginx作为web服务器
#s