github.com/keithballdotnet/deis@v1.0.1-0.20141111034523-a4511c46a6ce/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 }}