I have tried the instructions listed here https://docs.webfaction.com/software/static.html#redirect-a-domain-with-a-static-cgi-php-app but it doesn't seem to work with a NodeJS site. Is there a way to redirect http requests to a https equivelant? asked 04 Nov '18, 23:03 barnold |
The way the instructions on our documentation are written, it doesn't matter what framework you use to serve https traffic. To achieve this, you need two websites, one http and one https. The redirect application will handle http traffic and redirect everything to https that will then be handled by your nodejs site. answered 19 Nov '18, 16:27 iliasr ♦♦ |