<div dir="ltr">Hi,<div><br></div><div>We have configured default server block as follows.</div><div><br></div><div><div>server {</div><div>    listen 7777 default_server;</div><div>    server_name _;</div><div>    access_log /usr/share/nginx/access_logs/7777;</div><div>    error_log /usr/share/nginx/error_logs/7777 warn;</div><div>    server_tokens off;</div><div>    underscores_in_headers on;</div><div>    return 444;</div><div>}</div></div><div><br></div><div>When trying to access the HTTP endpoint with this port, the default server block is always getting picked up although there is an exact match server block.</div><div><br></div><div>This does not happen for SSL requests. The default server block configured for non ssl and ssl differ only w.r.t ssl directives. Not sure what we are missing here. Please help.</div><div><br></div><div>Regards</div><div><br></div><div><br></div><div><br></div></div>