当前位置:论坛首页 > Linux面板 > 求助

请问怎么取消ssl 的强制 301。。nginx 下的

发表在 Linux面板2017-5-23 20:22 [复制链接] 4 3872


就是面板上 网站----->设置 -----配置文件
ssl301.png
我安装ssl 后 强制全站301了 我像取消。
不是取消ssl  而是取消强制301。。。
下面这段删除就行吗?
  1. if ($server_port !~ 443){
  2. rewrite ^/.*$ https://$host$uri;
  3. }
  4. error_page 497 https://$host$uri;
复制代码

  1. server
  2. {
  3.     listen 80;
  4.         listen 443 ssl;
  5.     server_name xxx.cn;
  6.     index index.php index.html index.htm default.php default.htm default.html;
  7.     root /www/wwwroot/xxx.cn;
  8.     #error_page 404/404.html;
  9.     ssl_certificate    /etc/letsencrypt/live xxx.cn/fullchain.pem;
  10.     ssl_certificate_key    /etc/letsencrypt/live/ xxx.cn/privkey.pem;
  11.     if ($server_port !~ 443){
  12.         rewrite ^/.*$ https://$host$uri;
  13.     }
  14.     error_page 497  https://$host$uri;


  15.     error_page 404 /404.html;
  16.     error_page 502 /502.html;
  17.    
  18.     include enable-php-52.conf;
  19.     include /www/server/panel/vhost/rewrite/xxx.cn.conf;
  20.     location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  21.     {
  22.         expires      30d;
  23.         access_log off;
  24.     }
  25.     location ~ .*\.(js|css)?$
  26.     {
  27.         expires      12h;
  28.         access_log off;
  29.     }
  30.     access_log  off;
  31. }
复制代码



使用道具 举报 只看该作者 回复
发表于 2017-5-24 08:19:13 | 显示全部楼层
删了就行
使用道具 举报 回复
发表于 2017-5-24 10:00:25 | 显示全部楼层
if ($server_port !~ 443){
rewrite ^/.*$ https://$host$uri;
}
这段删了就不会自动跳转了
使用道具 举报 回复 支持 反对
发表于 2017-5-27 00:42:10 | 显示全部楼层
HTTPS怎么也打不开,尝试了各种方法,有人成功吗?
使用道具 举报 回复 支持 反对
发表于 2017-5-27 15:34:52 | 显示全部楼层
河妖 发表于 2017-5-24 10:00
if ($server_port !~ 443){
rewrite ^/.*$ https://$host$uri;
}

怎么把这部分改成仅首页自动跳转HTTPS,因为点击首页任何链接都是转到HTTPS链接,所以仅需要首页强制HTTPS就好
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表