github.com/rvaralda/deis@v1.4.1/router/image/templates/deis.conf (about)

     1  server_name_in_redirect off;
     2  port_in_redirect off;
     3  
     4  {{ if .deis_router_sslCert }}
     5  listen 80;
     6  listen 443 ssl spdy;
     7  ssl_certificate /etc/ssl/deis.cert;
     8  ssl_certificate_key /etc/ssl/deis.key;
     9  ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
    10  {{ end }}