Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Nginx 和扩展 tx_news。当我在后端处理 news(cut,edit,close,...) 时,有时会出现 502-Bad Gateway 异常。我在一秒钟后得到这个异常。我不明白这里出了什么问题。有时它工作得很好,有时我更经常遇到这个异常。我只结合 tx_news 得到这个异常。后端的其余部分工作正常。也许这只是nginx连接的配置问题或类似的东西。这里有人有想法吗?
每个提示都可以帮助我:-)!
检查此类页面上数据库记录的一致性。
在复制具有流体内容元素的页面后,我曾经在 Nginx 上收到 502 bad gateway 错误,因为 FCE 将自己作为其父级,这在渲染页面模块时导致了无限循环。但我看到的只是糟糕的网关页面。这只发生在特定版本的流体内容中。
也许您的新闻记录中有一些关系在粘贴后是循环的?值得检查一下。