On 07/04/2016 13:17, Francis Daly wrote:
...........
For every unique "listen IP" or "listen IP:80" directive that you
have anywhere in your config, add the same line to this server{} with
default_server set.
(Which means: if you have somewhere "listen 127.0.0.1:80;", then you
add a line "listen 127.0.0.1:80 default_server;" to your catch-all
server block.)
......
Ah I begin to see the light, I had thought the default_server attribute would
force this irrespective of the listen now I see I have to allow listening with
all the patterns eg IP1:80 IP1:443 IP2:80........ that makes things much
clearer. Thank you very much.
Good luck with it,
f
--
Robin Becker
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx