nginx-kit/redirect/to-primay-domain.conf

3 lines
No EOL
78 B
Text

if ($host != $server_name) {
return 307 $scheme://$server_name$request_uri;
}