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        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to