3 lines
79 B
Text
3 lines
79 B
Text
if ($host != $server_name) {
|
|
return 307 $scheme://$server_name$request_uri;
|
|
}
|