Hello! On Tue, Aug 14, 2018 at 04:53:23PM -0400, Jim Popovitch wrote:
> Hello, > > Will the following listen statement bind to all addrs (2xIPv4 and > 2xIPv6)? > > server { > listen www.nginx.org:443 ssh http2 ipv6only=no bind; No. If a hostname is used in the listen directive, it will use the first address the name resolves to. -- Maxim Dounin http://mdounin.ru/ _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx