correct commands to enable nonssl, ssl, ipv6, spdy

Ryan Brown mp3geek at gmail.com
Sat Jun 16 10:28:47 UTC 2012


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?



More information about the nginx mailing list