Merge branch 'main' into production

This commit is contained in:
Dobromir Popov
2024-03-28 23:32:20 +02:00

View File

@ -559,7 +559,7 @@ nextApp
});
//check if ssl is enabled
if (process.env.SSL_ENABLED === "true" || 1 == 1) {
if (process.env.SSL_ENABLED === "true") {
console.log("SSL_ENABLED = true");
// Redirect from http to https
// server.use((req, res, next) => {