Hi,<div><br></div><div>Attached is a simple patch to proxy_pass to an IPv6 upstream.</div><div>It currently works only with a variable. proxy_pass ::1; wont' work for instance.</div><div><br></div><div>but this will :</div>

<div>           </div><div>   set $addr "[::1]:8080";</div><div>   proxy_pass http://$addr;</div><div><br></div><div>You also need to add --with-ipv6 to your configure line.</div><div><br></div><div>Happy hacking,</div>

<div>Matthieu.</div><div><br></div><div><br></div>