Hi Rich, On Mon, Jun 28, 2021 at 03:00:45PM -0400, VP Lists wrote: > Hi there. > > I used: > > curl alpha.local > > It returned hq3.local source.
Seem like curl didn't send a valid "Host: alpha.local" header for some reason, that's why NGINX replied with an answer for default_server. Could you try the following request: curl -v -H "alpha.local" http://alpha.local/ -- Sergey Osokin _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx