commit b4f11d3ee7eec5d7756497b8a5faa8031d00a2d5 Author: dallaslu Date: Fri Jun 5 03:55:19 2026 +0000 添加 ssl/force.conf diff --git a/ssl/force.conf b/ssl/force.conf new file mode 100644 index 0000000..293f883 --- /dev/null +++ b/ssl/force.conf @@ -0,0 +1,3 @@ +if ($scheme = http) { + return 307 https://$http_host$request_uri; +} \ No newline at end of file