添加 redirect/to-primay-domain.conf

This commit is contained in:
Dallas Lu 2026-06-05 04:03:24 +00:00
parent 11e9d08779
commit 03c3ee49e9

View file

@ -0,0 +1,3 @@
if ($host != $server_name) {
return 307 $scheme://$server_name$request_uri;
}