Found a solution.
Added
if ($host != $server_name) {
return 444;
}
now every host that is configured/non-configured will be returned to 444 if there is no setup for SSL.
Added
if ($host != $server_name) {
return 444;
}
now every host that is configured/non-configured will be returned to 444 if there is no setup for SSL.