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}`);
|
||||
next();
|
||||
});
|
||||
reverseProxy.use(webApplication);
|
||||
|
||||
AutoEncrypt.https
|
||||
.createServer(
|
||||
|
|
Loading…
Reference in New Issue