2015年12月的文章

网络技术

Nginx+uWSGI+bottle

陶醉 - 陶醉 发布于 2015-12-16

一、安装Nginx sudo apt-get install nginx 配置文件: 文件位置:/etc/nginx/sites-enabled/ server { listen 80; server_name ios.plar.cn; access_log /var/log/n...

阅读(5852)评论(0)赞 (126)