github.com/spg/deis@v1.7.3/router/image/templates/deis.conf (about)

     1  server_name_in_redirect off;
     2  port_in_redirect off;
     3  listen 80{{ if exists "/deis/router/proxyProtocol" }} proxy_protocol{{ end }};
     4  
     5  {{ if exists "/deis/router/sslCert" }}
     6  listen 443 ssl spdy{{ if exists "/deis/router/proxyProtocol" }} proxy_protocol{{ end }};
     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 }}