Welcome! Log In Create A New Profile

Advanced

correct commands to enable nonssl, ssl, ipv6, spdy

June 16, 2012 06:30AM
Wanting to enable ssl+spdy+ipv6 on port 443, and ipv6 on port 80.

server {
server_name secure.domain.com;
#
listen [::]80;
listen [::]:443 ssl spdy default ipv6only=on;
#listen [::]:443;
#listen [::]:443 ssl default_server=on;
#listen [::]:443 spdy default ipv6only=on;
[...]
}

I've tried various methods, but the https isn't working.. whats the
correct command to enable all such options?

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

correct commands to enable nonssl, ssl, ipv6, spdy

fanboy June 16, 2012 06:30AM

Re: correct commands to enable nonssl, ssl, ipv6, spdy

Valentin V. Bartenev June 18, 2012 06:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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