随笔分类 -  nginx

该文被密码保护。
posted @ 2018-02-23 22:47 zcmdxj 阅读(3) 评论(0) 推荐(0)
摘要:default_type application/octet-stream; http://tool.oschina.net/commons 二进制流文件 sendfile on; sendfile 设置为on 表示启动高效传输文件模式。sendfile 可以让Nginx 在传输文件时直接在磁盘和t 阅读全文
posted @ 2018-01-10 12:49 zcmdxj 阅读(107) 评论(0) 推荐(0)
摘要:(1)查看Nginx的版本号 (2)背景 一直以来,Nginx并不支持tcp协议,所以后台基于TCP的业务只能通过其他高可用负载软件来完成,但是1.9.0发布以后,增加了stream 模块用于一般的TCP代理和负载均衡。 (3)安装Nginx 支持stream 模块(2018-01-08) 实验环境 阅读全文
posted @ 2018-01-08 11:01 zcmdxj 阅读(448) 评论(0) 推荐(0)