loadbalancer returns empty result

Maxim Dounin mdounin at mdounin.ru
Mon Dec 5 09:42:06 UTC 2011


Hello!

On Sun, Dec 04, 2011 at 05:29:45PM +0100, Marcin "WMP" Janowski wrote:

> Hi, I wanted to configure my nginx as loadbalancer for other www
> servers working under nginx. Loadbalancer is listening on ipv4:
> 192.168.0.1, www servers on ipv6. Here's my loadbalancer config (only
> part of my nginx.conf)
> 
> 
>  upstream loadbalancer {
>    ip_hash;
>    server [IPv6]:80;
>  }

[...]

As of now, nginx doesn't support ipv6 upstream servers.

Maxim Dounin



More information about the nginx mailing list