咨询电话
0772-3599889
18775115163(覃经理)
添加微信
公众号
队列推送服务是通过APP、小程序、公众号、短信、邮件等方式推送各种类型的信息。
后台配置:
请把www.lzsf.com更换为您的域名
第一步:打开宝塔,找到www站点配置,配置文件
第二步:编辑配置文件如下
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
upstream wss {
server 106.53.76.160:20200;
}
其中:106.53.76.160更换为您的服务器IP
20000-30000端口必须在宝塔安全组、服务器安全组放行
第三步:添加第二段WSS代码
#wss协议转发
location /wss {
proxy_pass http://wss;
proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;
proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Origin "";
proxy_redirect off;
}
第四步:保存,重启nginx服务
第五步:重启队列
cd /www/www/www.xxx.com
队列一:
php think xycms stop
php think xycms start
队列二:
php think worker:gateway stop
php think worker:gateway -d
软著登字第7113782号 登记号:2021SR0391555
桂公网安备45020402000175号 桂ICP备15004580号-30公司地址:柳州市柳南区柳邕路124号京城商贸2栋501室
Copyright © 2015-2023 柳州新云网络科技有限公司 All RightS Reserved