1

I created Jelastic environment with Jetty 9. Then I added SSL support - Jelastic created NGinx instance and my solution now available using https and provides certificate. Question is - how to deny access on old non secure way? I mean using ordinary http?

sergeyme
  • 13
  • 2

1 Answers1

0

You just need to edit the nginx config. to redirect http requests to https.

Example configs:

Community
  • 1
  • 1
Damien - Layershift
  • 1,508
  • 8
  • 15