github.com/misfo/deis@v1.0.1-0.20141111224634-e0eee0392b8a/router/templates/deis.conf (about)

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