lev launch config. update some images

This commit is contained in:
Dobromir Popov
2024-02-23 21:28:56 +02:00
parent d8f08b9234
commit bce92fb6cc
13 changed files with 24 additions and 16 deletions

View File

@ -63,6 +63,7 @@ app
const options = {
key: fs.readFileSync(process.env.SSL_KEY),
cert: fs.readFileSync(process.env.SSL_CERT),
secureProtocol: 'TLSv1_2_method', // Example: Force TLS 1.2
};
https.createServer(options, server).listen(PORT);
}