This commit is contained in:
Dallas Lu 2026-06-05 12:44:15 +08:00
parent 5d83656f2f
commit d2963aded8
No known key found for this signature in database
5 changed files with 14 additions and 2 deletions

View file

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