添加 ssl/force.conf

This commit is contained in:
Dallas Lu 2026-06-05 03:55:19 +00:00
commit b4f11d3ee7

3
ssl/force.conf Normal file
View file

@ -0,0 +1,3 @@
if ($scheme = http) {
return 307 https://$http_host$request_uri;
}