nginx 安装 nginx_http_push_module
程序员文章站
2022-05-22 19:48:22
...
一键安装nginx_http_push_module
cd /opt/ && wget https://github.com/slact/nginx_http_push_module/archive/master.zip && unzip master.zip && cd (/opt/nginx-master | 替换成你的ngnix源码目录) && ./configure --add-module=/opt/nginx_http_push_module-master nginx.conf 中添加 location /pub { push_publisher; set $push_channel_id $arg_id; push_store_messages off; } location /sub { push_subscriber; set $push_channel_id $arg_id; }
测试如下 左侧变成长连接了
点击send按钮后
以上就介绍了nginx 安装 nginx_http_push_module,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
上一篇: php正则提取图片地址_PHP教程
下一篇: 实例解析Js中的this
推荐阅读
-
VMware Workstation 11 或者 VMware Player 7安装MAC OS X 10.10 Yosemite
-
windows下安装、卸载mysql服务的方法(mysql 5.6 zip解压版安装教程)
-
mysql 5.7.13 winx64安装配置方法图文教程
-
mysql5.6安装配置方法图文教程
-
在Mac OS上安装配置mongoDB
-
MySQL绿色版(zip解压版)的安装图文教程(mysql-5.6.22-win32.zip)
-
Android开发中判断手机是否安装了QQ或者微信
-
python安装库安装失败怎么解决
-
win7系统与win8系统那个更好些 现在电脑应该安装什么系统
-
php7怎么安装memcache扩展