📅  最后修改于: 2022-03-11 14:49:35.979000             🧑  作者: Mango
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]