七牛云是SSL(https://)在发卡平台上如何设置https呢

发布时间:2021-02-19 作者:红尘官网

七牛云是SSL(https://)在发卡平台上如何设置https呢?


有很多人使用 SSL(也就是说 网址https)网址在浏览器上是绿标,但是网址内不能带有 http的链接,若有就成了问好而不是绿标


其实这个问题也很简单 


大家就跟着我的操作来做把!


修改文件 /application/admin/controller/Plugs.php

我们修改 文件的 121,144,232 行 把 http:// 改成 https://

121行

header("Location:http://".$_SERVER['HTTP_HOST']);

 改成

header("Location:https://".$_SERVER['HTTP_HOST']);

144行

header("Location:http://".$_SERVER['HTTP_HOST']);

改成

header("Location:https://".$_SERVER['HTTP_HOST']);

232行

 "returnBody" => "{\"data\":{\"site_url\":\"http://{$host}/$(key)\",\"file_url\":\"$(key)\"}, \"code\": \"SUCCESS\"}",

改成

 "returnBody" => "{\"data\":{\"site_url\":\"https://{$host}/$(key)\",\"file_url\":\"$(key)\"}, \"code\": \"SUCCESS\"}",


修改文件 /extend/service/FileService.php

修改文件的 133行 和 142行

133行

        return 'http://' . sysconf('storage_qiniu_domain') . '/';

改成

        return 'https://' . sysconf('storage_qiniu_domain') . '/';

142行

        return 'http://' . sysconf('storage_oss_domain') . '/';

改成

        return 'https://' . sysconf('storage_oss_domain') . '/';



Copyright ©版权归 红尘科技工作室 站点统计 网站备案/许可证号 Copyright ©2021ARUIWY.cnAll Rights Reserved. 粤ICP备18133266号-7 知道创宇云防御