我的const Router = require('router');
//sets up my API routes
manager.setRoutes(router);
router.use('/', transformResponse(this.transformNeeded));
router.use('/', staticFiles(clientPath));
this._start(router);
制作服务器长时间运行良好。
今天我添加了一些功能和功能。迁移服务器后,一切看起来都很好,直到使用应用程序一段时间后服务器无响应。
日志看起来很好,对服务器的最后一个请求没有任何错误,服务器仍在运行,但没有取消任何请求。
任何线索?方向?
修改
查看docker日志我可以在SSL上看到一些错误:
Rails 4.2.6
P.S。应用程序中的主要更新是将SSL证书添加到应用程序。