自动跳转的话 ,在 Apache 上比较方便,毕竟有 .htaccess.
Nginx 上 ,用这个,在这里记录下来以示后来。
if ($server_port = 80) { return 301 https://$host$request_uri; }
自动跳转的话 ,在 Apache 上比较方便,毕竟有 .htaccess.
Nginx 上 ,用这个,在这里记录下来以示后来。
if ($server_port = 80) { return 301 https://$host$request_uri; }