跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • 宝塔面板bt.cn专业版伪站
未分類
2018 年 8 月 26 日

宝塔面板bt.cn专业版伪站

测试伪站
hosts文件里加入即可使用

[iv_act]104.216.111.4 www.bt.cn[/iv_act]


测试nginx配置,可以参考下

[iv_act]server {
listen 80;
listen 443 ssl http2;
ssl_certificate /usr/local/nginx/conf/ssl/www.bt.cn.crt;
ssl_certificate_key /usr/local/nginx/conf/ssl/www.bt.cn.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers EECDH+CHACHA20:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
ssl_prefer_server_ciphers on;
ssl_session_timeout 10m;
ssl_session_cache builtin:1000 shared:SSL:10m;
ssl_buffer_size 1400;
add_header Strict-Transport-Security max-age=15768000;
ssl_stapling on;
ssl_stapling_verify on;
server_name www.bt.cn bt.cn;
access_log /data/wwwlogs/www.bt.cn_nginx.log combined;
index index.html index.htm index.php;
root /data/wwwroot/www.bt.cn;
if ($ssl_protocol = “”) { return 301 https://$host$request_uri; }
if ($host != www.bt.cn) { return 301 $scheme://www.bt.cn$request_uri; }
include /usr/local/nginx/conf/rewrite/other.conf;
#error_page 404 /404.html;
#error_page 502 /502.html;

location /api/invite {
rewrite ^/(.*)$ /$1.php;
}

location /api/Plugin {
rewrite ^/(.*)$ /$1.php;
}

location ~ [^/]\.php(/|$) {
#fastcgi_pass remote_php_ip:9000;
fastcgi_pass unix:/dev/shm/php-cgi.sock;
fastcgi_index index.php;
include fastcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico)$ {
expires 30d;
access_log off;
}
location ~ .*\.(js|css)?$ {
expires 7d;
access_log off;
}
location ~ /\.ht {
deny all;
}
}[/iv_act]

用了伪站 程序将无法链接官方服务器 更新和官方证书签发功能失效

 

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具