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 + uWSGI 运行 Django。
刚刚从本地开发人员转移到登台服务器后,我发现我们发出的特定 GET 请求有一个很长的查询字符串。尝试调试时,uWSGI 似乎不接受基于长度的查询字符串 - 我可以传递短字符串并且它可以工作,超过一定长度我开始收到 502 bad gateway 错误。
我在 uWSGI 网站上或通过谷歌搜索找不到任何关于此的内容。有谁知道可能是什么问题?
找到了解决方案,这很容易。只需要增加 uWSGI 缓冲区大小,例如:
缓冲区大小 = 32768