Discuz! X2.5全站启用https
先配置好Web服务器,设置好SSL证书后台设置全局-站点信息-网站 URL站长-UCenter设置-UCenter 访问地址UCenter-应用管理-应用的主 URL修改程序文件 source/class/discuz/discuz_application.php替换http://为https://文件 source/function/function_core.php找到$content ...
阅读全文
先配置好Web服务器,设置好SSL证书后台设置全局-站点信息-网站 URL站长-UCenter设置-UCenter 访问地址UCenter-应用管理-应用的主 URL修改程序文件 source/class/discuz/discuz_application.php替换http://为https://文件 source/function/function_core.php找到$content ...
阅读全文
CentOS 6 编译安装gcc提示/usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory
# include <gnu/stubs-32.h>解决办法32位系统执行yum -y install glibc-devel64位系统执行yum -y install g...
阅读全文
配置虚拟主机vhost在nginx.conf的http标签下添加include vhost/*.conf;设置防盗链location ~ .*\.(mp4|ts)$
{
valid_referers none blocked *.t2.re;
if ($invalid_referer) {
...
阅读全文