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 来处理 API 的命中。我检查了访问日志,发现有时 Nginx 会给出 400 错误。
GET /url to hit/ HTTP/1.1" **400 172** "-" "-"
以上日志中的 172 是什么?以及如何解决 Nginx 中的这个错误?
172 对应于 服务器响应的大小(以字节为单位)。
来源:https ://easyengine.io/tutorials/nginx/log-parsing/