Replies: 1 comment 1 reply
-
Enabling the "Force SSL" toggle under the SSL tab of the proxy host does exactly that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm pretty new and started to test npm. In my old ngnix config I redirect every request on port 80 -> 443 with the following command:
return 301 https://$host$request_uri;
how could I achive this with npm to have all request on port 80 redirected to https port 443?
Thx & Regards,
Snipes
Beta Was this translation helpful? Give feedback.
All reactions