This commit is contained in:
Jan Prochazka 2020-12-10 08:54:48 +01:00
parent 27a78facf5
commit 576bdd64a0

View File

@ -44,9 +44,6 @@ function start(argument = null) {
},
challenge: true,
realm: 'DbGate Web App',
// https://stackoverflow.com/questions/12921658/use-specific-middleware-in-express-for-all-paths-except-a-specific-one
// remove: '/.well-known/acme-challenge/',
})
);
}