[Linux] 替nginx強迫轉址https vi /usr/local/nginx/conf/vhost/*.conf 添增在裡面 server{listen 80;#listen [::]:80; return 301 https://$server_name$request_uri;