Welcome! Log In Create A New Profile

Advanced

Using Nginx Proxy Pss IPv4 to IPv6 Problem

December 06, 2010 01:26AM
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.
Subject Author Posted

Using Nginx Proxy Pss IPv4 to IPv6 Problem

wuweixin December 06, 2010 01:26AM

Re: Using Nginx Proxy Pss IPv4 to IPv6 Problem

Maxim Dounin December 06, 2010 07:16AM

Re: Using Nginx Proxy Pss IPv4 to IPv6 Problem

MaLo September 13, 2011 08:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 304
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