为了能快速了解并处理您的问题,请提供以下基础信息: 8.0 
 Alibaba Cloud (Aliyun ) 2.1903 LTS (Hunting Beagle) x86_64(Py3.7.9)  
 照着网上十几个教程,没一个成功。教程都好简单。是我系统问题吗? 
 
app.pyprint("你好,展示出来") 
 
 
 
[uwsgi] 
master = true 
processes = 1 
threads = 2 
master = true 
chdir = /www/wwwroot/cwash 
wsgi-file= /www/wwwroot/cwash/app.py 
http = 0.0.0.0:8837 
logto = /www/wwwroot/cwash/logs/error.log 
chmod-socket = 660 
vacuum = true 
uid=root 
gid=root 
max-requests = 1000 
一直安装不成功
 
 
 Internal Server Error 
 |   
 
 
 
 
 |