When do I use nginx reverse proxy to proxy from an IPv4 network to an
IPv6 network, I used the following configuration file:
upstream ipv6server {
server [2001:: 1];
server [2001:: 2];
}
location / {
proxy_pass http://ipv6server;
}
Nginx can start normally, but the start time, when I gave when the HTTP
request, Nginx’s CPU usage is particularly high, almost 100%, do not
know why.
I think the current code should support Nginx of IPv4 to IPv6 proxy it,
do not know how to configure for normal use it? Thank you.
Posted at Nginx Forum:
Hello!
On Mon, Dec 06, 2010 at 01:26:31AM -0500, wuweixin wrote:
Nginx can start normally, but the start time, when I gave when the HTTP
request, Nginx’s CPU usage is particularly high, almost 100%, do not
know why.
I think the current code should support Nginx of IPv4 to IPv6 proxy it,
do not know how to configure for normal use it? Thank you.
Proxy to ipv6 isn’t currently supported.
Maxim D.
Hello,
has anything changed at this topic? Is IPv6 now available for the proxy
module?
I need this feature too, and, if not available, i’m wondering why, i
think it would be very useful.
Best regards
Matthias
Posted at Nginx Forum: