yingzi 1 år sedan
förälder
incheckning
0a0de9bdb4
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3 2
      Config/Config.php

+ 3 - 2
Config/Config.php

@@ -15,10 +15,11 @@ return [
             "host"=>"127.0.0.1",
             "port"=>"9501",
             "ssl"=>true,
+            //没有访问权限,需要放在这个位置
             // 'ssl_cert_file' => '/www/server/panel/vhost/cert/apiqnys.liuniukj.com/fullchain.pem',
             // 'ssl_key_file' => '/www/server/panel/vhost/cert/apiqnys.liuniukj.com/privkey.pem',
-            'ssl_cert_file' => '/www/wwwroot/swoole_server/cert/apiqnys.liuniukj.com/fullchain.pem',
-            'ssl_key_file' => '/www/wwwroot/swoole_server/cert/apiqnys.liuniukj.com/privkey.pem',
+            'ssl_cert_file' => '/www/wwwroot/apiqnys.liuniukj.com/swoole_server/cert/apiqnys.liuniukj.com/fullchain.pem',
+            'ssl_key_file' => '/www/wwwroot/apiqnys.liuniukj.com/swoole_server/cert/apiqnys.liuniukj.com/privkey.pem',
             
             
         ],