curious .conf problem

Francis Daly francis at daoine.org
Thu Jan 6 23:01:22 UTC 2022


On Thu, Jan 06, 2022 at 08:37:46AM -0500, David27 wrote:

Hi there,

It's better for future readers if you include the full details in the
email; but in this case it seems straightforward based on the url content
I see.

> "https://www.thomas-walker-lynch.com" is picked up by a server block with a
> different virtual host name.  A bit of a head scratcher so perhaps the
> experts here can tell me what rookie mistake I have made? 

http://nginx.org/en/docs/http/request_processing.html

If you have no "server_name www.thomas-walker-lynch.com;" (or equivalent
patterns, per https://nginx.org/r/server_name) in a suitable server{},
then the request will have to be handled in a server block with a
different virtual host name.

Cheers,

	f
-- 
Francis Daly        francis at daoine.org
_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list