0
评论 576
浏览 谈一下你对uWSGI和nginx的理解?
1.uWSGI是一个Web服务器,它实现了WSGI协议、uwsgi、http等协议。Nginx中HttpUwsgiModule的作用是与uWSGI服务器进...
0
评论 659
浏览 apache和nginx的区别
nginx 相对 apache 的优点: 轻量级,同样起web 服务,比apache 占用更少的内存及资源 抗并发,nginx 处理请求是异步非阻...
0
评论 775
浏览 nginx的log_format配置
log_format main '$remote_addr - $remote_user [$time_local] "$request" ' ...
0
评论 629
浏览 apache和nginx的区别
nginx 相对 apache 的优点: - 轻量级,同样起web 服务,比apache 占用更少的内存及资源 - 抗并发,nginx 处理请求是异步...
感谢博主分享