Debian更换内核
添加源编辑/etc/apt/sources.list加入deb http://ftp.debian.org/debian/ wheezy-backports main
或
deb http://ftp.debian.org/debian/ wheezy-backports main更新源文件apt-get update更新backsports源apt-get -t wheezy-backpo...
阅读全文
添加源编辑/etc/apt/sources.list加入deb http://ftp.debian.org/debian/ wheezy-backports main
或
deb http://ftp.debian.org/debian/ wheezy-backports main更新源文件apt-get update更新backsports源apt-get -t wheezy-backpo...
阅读全文
先配置好Web服务器,设置好SSL证书后台设置全局-站点信息-网站 URL站长-UCenter设置-UCenter 访问地址UCenter-应用管理-应用的主 URL修改程序文件 source/class/discuz/discuz_application.php替换http://为https://文件 source/function/function_core.php找到$content ...
阅读全文
配置虚拟主机vhost在nginx.conf的http标签下添加include vhost/*.conf;设置防盗链location ~ .*\.(mp4|ts)$
{
valid_referers none blocked *.t2.re;
if ($invalid_referer) {
...
阅读全文