This commit is contained in:
parent
19c38f721e
commit
d8b81b1972
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue