Skip to content

Commit 4f8bc3c

Browse files
author
Matthew Fisher
committed
feat(router): enable spdy
1 parent fd54071 commit 4f8bc3c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

router/templates/deis.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ server_name_in_redirect off;
22
port_in_redirect off;
33

44
{{ if .deis_router_sslCert }}
5-
listen 443;
6-
ssl on;
5+
listen 443 ssl spdy;
76
ssl_certificate /etc/ssl/deis.cert;
87
ssl_certificate_key /etc/ssl/deis.key;
98
{{ end }}

0 commit comments

Comments
 (0)