flyzy博客
分享便宜VPS与网络优惠
搬瓦工

求个nginx配置,跳转https的,想只有主页强制跳转

其他页面不跳转,只有主页跳转https。比如http://www.a.com和http://a.com 才跳转https://a.com

海南省网友说:不懂

辽宁省网友说:百度 nginx https跳转

湖南省网友说:js夹在首页顶部

湖北省网友说:js php就能搞定

江苏省网友说:server {         if ($host = www.a.com) {                 return 301 https://$host$request_uri;         }         if ($host = a.com) {                 return 301 https://$host$request_uri;         }         listen 80;         listen [::]:80;         server_name a.com;         server_tokens off;         location / {                 try_files $uri $uri/ =404;         } }复制代码

赞(0) 打赏
关注我们
未经允许不得转载:flyzy博客 » 求个nginx配置,跳转https的,想只有主页强制跳转
分享到: 更多 (0)

这是一种鼓励

支付宝扫一扫打赏

微信扫一扫打赏