Welcome! Log In Create A New Profile

Advanced

seperating ipv6 and ipv4 traffic

May 14, 2011 11:50AM
server {
server_name secure.mydomain.com;
listen 443;
gzip on;
gzip_comp_level 1;
gzip_types text/plain text/html text/css
application/x-javascript text/xml text/javascript;
gzip_static on;
gzip_http_version 1.1;
gzip_proxied any;
gzip_disable "msie6";
gzip_vary on;
ssl on;
ssl_ciphers RC4:ALL:-LOW:-EXPORT:!ADH:!MD5;
keepalive_timeout 0;
ssl_certificate /root/server.pem;
ssl_certificate_key /root/ssl.key;

location / {
root /var/www;
index index.html index.htm index.php;
}

}

Seems to work well (and accepts both SSL ipv4/ipv6 since they point to
same ip)..
But I'd like to move ipv4-only traffic away to another ip. How is this
done? I'm guessing I create 2 of these, specifying ipv4 in one and
ipv6 in the other?

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

seperating ipv6 and ipv4 traffic

fanboy May 14, 2011 11:50AM

Re: seperating ipv6 and ipv4 traffic

fanboy May 14, 2011 12:00PM

Re: seperating ipv6 and ipv4 traffic

SplitIce May 14, 2011 12:24PM

Re: seperating ipv6 and ipv4 traffic

Igor Sysoev May 15, 2011 08:36AM

Re: seperating ipv6 and ipv4 traffic

Igor Sysoev May 15, 2011 08:34AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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