如何设置 nginx 请求允许的 url 长度(错误代码:414,uri 太大)
我在 10 个杂种面前使用 Nginx。
当我发出大小大于 2900 的请求时,我会得到一个:
错误代码 414:uri 太大
有谁知道 nginx 配置文件中确定允许的 uri 长度的设置吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
来自:http://nginx.org/r/large_client_header_buffers
因此您需要将该行末尾的大小参数更改为更大的值以满足您的需要。
From: http://nginx.org/r/large_client_header_buffers
so you need to change the size parameter at the end of that line to something bigger for your needs.
对于任何在 https://forge.laravel.com 上遇到此问题的人,我设法使用SO 答案的汇编;
您将需要 sudo 密码。
将内容替换为以下内容;
For anyone having issues with this on https://forge.laravel.com, I managed to get this to work using a compilation of SO answers;
You will need the sudo password.
Replace contents with the following;
我有非常相似的问题,但有不同的错误
为了修复它,我已经更改了
有关更多信息,您可以访问 nginx-doc
I had very similar issue but with a different error
In order to fix it I've changed
For more information you can visit nginx-doc