Skip to content

Commit bafc3e2

Browse files
author
Matthew Fisher
committed
feat(router): listen on port 80 for platform SSL
With this change, applications can both listen on port 80 and port 443 when platform SSL is enabled. Applications can use the guide at https://help.openshift.com/hc/en-us/articles/202398810-How-to-redirect-traffic-to-HTTPS- to redirect applications to their respective protocol.
1 parent 6f00ed5 commit bafc3e2

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)