Setting up HTTPS
This spins up a Node.js web server for HTTPS. If you're using a reverse proxy for HTTPS, there is no need to do this.
Set
config.https.enabled
totrue
.Set
config.https.privateKey
,config.https.certificate
andconfig.https.chain
paths to the relevant files.
All requests are then redirected to https://
.
Last updated