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 配置为我的 gitlab 实例配置了外部 nginx 服务器。一切正常,但是当我尝试更改 UI 中的一些配置文件设置时,我会重置连接。
该问题仅发生在多部分表单 POST/PUT 操作上。
有趣的是,任何 gitlab 日志文件中都没有日志条目,所以我认为某处的 nginx 配置存在问题。
请当有人对如何进一步分析问题有任何想法时。
谢谢
问题是我的 Windows 机器上 TCP-IP 堆栈的 MTU 设置。我从 1500 切换到 1300,现在一切都正常了。