Nginx http跳转https Posted on 2016年1月9日2016年1月9日 by lsj server { listen 80; server_name my.domain.com; return 301 https://$server_name$request_uri; }