Welcome! Log In Create A New Profile

Advanced

Re: [PATCH] ipv6 support for proxy_pass

Maxim Dounin
March 08, 2012 05:16AM
Hello!

On Wed, Mar 07, 2012 at 05:35:56PM -0800, Matthieu Tourne wrote:

> 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.

This should be addressed in ngx_parse_url(). The ipv6 cleanup is
planned somewhere after 1.1.x become stable.

Maxim Dounin

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH] ipv6 support for proxy_pass Attachments

Matthieu Tourne 1447 March 07, 2012 08:38PM

Re: [PATCH] ipv6 support for proxy_pass

Maxim Dounin 626 March 08, 2012 05:16AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 329
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready