
nginx
hypoqqq
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx搭建rtmp服务器
1、下载nginx,地址http://nginx.org/en/download.html 2、下载nginx-rtmp-module,https://github.com/arut/nginx-rtmp-module#example-nginxconf 3、我这边下载的是最新版本nginx-1.10.3,解压后进入nginx-1.10.3,执行以下命令: ./configure --pre原创 2017-04-20 09:51:14 · 451 阅读 · 0 评论 -
nginx搭建TCP代理
1、下载https://github.com/yaoweibin/nginx_tcp_proxy_module/archive/master.zip 2、配置添加nginx_tcp_proxy_module-master patch -p1 ./configure --prefix=/usr/local/nginx --add-module=/home/samba/shb/rtmp原创 2017-04-20 11:25:46 · 532 阅读 · 0 评论