From 1031803527b91f38e9149893690bee7777a217ba Mon Sep 17 00:00:00 2001
From: 何书鹏 <heshupeng@bronet.cn>
Date: Fri, 13 May 2022 18:50:54 +0800
Subject: [PATCH] 证书

---
 application/socketio/controller/Server.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/socketio/controller/Server.php b/application/socketio/controller/Server.php
index a20fbbc..cc4bc74 100644
--- a/application/socketio/controller/Server.php
+++ b/application/socketio/controller/Server.php
@@ -21,8 +21,8 @@ class Server
         // PHPSocketIO服务
         $context = array(
             'ssl' => array(
-                'local_cert'  => '/usr/local/nginx/cert/chengyigou.cn/chengyigou.cn.crt',
-                'local_pk'    => '/usr/local/nginx/cert/chengyigou.cn/chengyigou.cn.key',
+                'local_cert'  => '/uploads/cert/chengyigou.cn.crt',
+                'local_pk'    => '/uploads/cert/chengyigou.cn.key',
                 'verify_peer' => false,
             )
         );
--
libgit2 0.24.0