This commit is contained in:
Leandro Facchinetti 2021-03-16 01:42:39 +00:00
parent 19c38f721e
commit d8b81b1972
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module.exports = async (require) => {
return res.redirect(`${webApplication.get("url")}${req.originalUrl}`); return res.redirect(`${webApplication.get("url")}${req.originalUrl}`);
next(); next();
}); });
reverseProxy.use(webApplication);
AutoEncrypt.https AutoEncrypt.https
.createServer( .createServer(