企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## **非[“淘宝Joomla一站通店铺”](https://item.taobao.com/item.htm?spm=a1z10.1-c-s.w5003-23029558665.60.7108c9302k8xnf&id=602703817186&scene=taobao_shop)购买的 迎客客服系统 没有服务 、 没有售后、没有更新 谨防上当受骗** ## 默认为http,如需要https,需要额外配置。 1、首先配置好,网站域名https访问,和普通网站配置一样,如果是宝塔管理网站可通过网站设置的控制面板直接申请部署。 ![](https://img.kancloud.cn/b4/65/b465087bb04177f58b3f0273f6144b4a_707x643.png) 2、 进入 /网站目录/public目录下,修改index.php, ws改为wss ![](https://img.kancloud.cn/f9/e9/f9e9ec5382ef18c02ad4d177c9326d89_991x550.png) ***注意ahost访问协议头不需要改还是保持http://*** 3、进入 /网站目录/ymwl\_pusher 目录下编辑config.php文件,把$domain改成https协议头访问 ![](https://img.kancloud.cn/19/0e/190e2235b03a01e1af0c1bb4dd6871f4_540x231.png) 4、进入 /网站目录/ymwl\_pusher 目录下编辑start.php文件 ![](https://img.kancloud.cn/56/3d/563d39356c8a3a9eed7555fe11f26e82_995x640.png) ![](https://img.kancloud.cn/f8/07/f807db2f0b2bc75206d5975f5e496b13_1174x679.png) ![](https://img.kancloud.cn/79/ee/79ee4d4871841b04a81d9232dcc1a7a7_1218x1030.png) ![](https://img.kancloud.cn/14/d9/14d9b1f9b526c515c2bce0b58e65832d_1015x616.png) ![](https://img.kancloud.cn/f1/2d/f12da6449a1cf6a650c70fe007a55b8b_1173x619.png) ![](https://img.kancloud.cn/6b/c5/6bc567e2fa41576b3d04da6a08fd8614_1209x717.png) ![](https://img.kancloud.cn/00/ea/00ea2a1fb779029131aa3ef5e206a12e_1069x603.png) ![](https://img.kancloud.cn/17/92/179279c97f308912d6e739ea766ec81a_999x785.png) ![](https://img.kancloud.cn/2f/3a/2f3ace13fa69cb312e070563f0bfe45f_816x623.png) ![](https://img.kancloud.cn/f5/cd/f5cdb7596b2cae06dc570b780024c646_1877x595.png) 添加上WSS证书和WSS私钥文件路径(证书路径使用绝对路径) WSS证书和WSS私钥就是当前域名的ssl证书和私钥 ![](https://img.kancloud.cn/9f/7c/9f7c5236b2ddc13e4bd678f6a9649abd_1197x891.png) ![](https://img.kancloud.cn/77/22/7722d5bf44deac1c8b422b5209d7ec69_933x609.png) 5、最后重新开启推送服务 ![](https://img.kancloud.cn/ad/a3/ada3794279ab4a37eed29a8193597131_940x663.png) ![](https://img.kancloud.cn/f8/51/f8514286118b44467e0fe491ec5f8106_1443x760.png) 推送服务开启参考命令: 启动 php start.php start -d 停止 php start.php stop **重启 php start.php restart** 平滑重启 php start.php reload 查看状态 php start.php status