We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1c4cfc + bafc3e2 commit 2c9ea29Copy full SHA for 2c9ea29
1 file changed
router/image/templates/deis.conf
@@ -2,6 +2,7 @@ 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;
0 commit comments