http跳转到https的解决方案
看了网上很多。。其实。。。。。。。我现在说下比如lnmp的nginxserver
{
listen 80;
#listen [::]:80;
server_name www.yanruyv.com yanruyv.com;
return 301 https://$server_name$request_uri;
index index.html index.htm index.php default.html default.htm default.php;
root /home/wwwroot/www.yanruyv.com;
include wordpress.conf;
#error_page 404 /404.html;
下面的文字对比下吧。差不多。
页:
[1]