Skip to content

Commit 2c9ea29

Browse files
author
Matthew Fisher
committed
Merge pull request #2823 from bacongobbler/app-ssl-redirection
feat(router): listen on port 80 for platform SSL
2 parents f1c4cfc + bafc3e2 commit 2c9ea29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

router/image/templates/deis.conf

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

44
{{ if .deis_router_sslCert }}
5+
listen 80;
56
listen 443 ssl spdy;
67
ssl_certificate /etc/ssl/deis.cert;
78
ssl_certificate_key /etc/ssl/deis.key;

0 commit comments

Comments
 (0)