revert dev change which went on prod

This commit is contained in:
Dobromir Popov
2024-03-28 23:32:03 +02:00
parent 838c3ec196
commit f145812232

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) => {