
nginx
zjqlovell
God helps those who help themselves.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx之rtmp-module模块编译
1.目录结构 | |----------nginx-1.7.3 |----------nginx-rtmp-module(https://github.com/arut/nginx-rtmp-module) |----------zlib-1.2.8 |----------openssl+openssl-devel 2.compile编译 root /home/qlive/n原创 2016-06-28 18:17:02 · 1792 阅读 · 0 评论 -
nginx之worker_connections
查看日志,有一个[warn]: 3660#0: 20000 worker_connections are more than open file resource limit: 1024 !! 原来安装好nginx之后,默认最大的并发数为1024,如果你的网站访问量过大,已经远远超过1024这个并发数,那你就要修改worker_connecions这个值 ,这个值越大,并发数也有就大。当然,原创 2016-06-28 18:23:13 · 1008 阅读 · 0 评论 -
nginx之nginx.conf配置
rtmp { server { listen 1935; application myapp { live on; #record keyframes; #record_path /tmp; #record_max_size 128K; #record_interval 30s; #record_suffix .this.is.flv; #on_publish http://localhost:8原创 2016-06-28 19:07:55 · 467 阅读 · 0 评论