咨询电话

座机电话

0772-3599889

订购热线

18775115163(覃经理)

添加微信

公众号

一站式城市招聘系统服务商
--更新动态--
新云招聘系统队列推送服务配置
2021-10-18
新云人才招聘系统
4745

队列推送服务是通过APP、小程序、公众号、短信、邮件等方式推送各种类型的信息。


后台配置:

20211018003815

请把www.lzsf.com更换为您的域名


第一步:打开宝塔,找到www站点配置,配置文件

第二步:编辑配置文件如下

微信截图_20211018002635.png


map $http_upgrade $connection_upgrade {

        default upgrade;

        ''      close;

    }

upstream wss {

    server 106.53.76.160:20200;

}


其中:106.53.76.160更换为您的服务器IP

20000-30000端口必须在宝塔安全组、服务器安全组放行

第三步:添加第二段WSS代码

微信截图_20211018002818.png


    #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

来电咨询:18775115163
添加客服微信
微信公众号

软著登字第7113782号 登记号:2021SR0391555

桂公网安备45020402000175号 桂ICP备15004580号-30

公司地址:柳州市柳南区柳邕路124号京城商贸2栋501室

Copyright © 2015-2023 柳州新云网络科技有限公司 All RightS Reserved

反馈
{{v.title}} {{feedback.data.company_name}}-{{feedback.data.title}} {{feedback.data.name}}
提交