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