Hi,
Attached is a simple patch to proxy_pass to an IPv6 upstream.
It currently works only with a variable. proxy_pass ::1; wont' work for
instance.
but this will :
set $addr "[::1]:8080";
proxy_pass http://$addr;
You also need to add --with-ipv6 to your configure line.
Happy hacking,
Matthieu.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx