已在租用的Ubuntu 18.04服务器上按instructions将example.net/openproject
安装到example.net/
。 app.listen(process.env.PORT || 3000, function () {
db.init().catch(err => {
console.error(err);
console.error("Shutting down because there was an error setting up the database.");
process.exit(1);
});
recordsDb.init();
app.set('db',db);
});
上的站点无法再访问。收到403错误。我该如何解决?