$arg_NAME 请求参数中NAME的值
$args 请求参数
$binary_remote_addr 二进制形式的客户端地址
$body_bytes_send 发送给客户端的字节数,不包括响应头
$bytes_sent 发送给客户端的字节数
$connection 链接序列号
$connection_requests 通过当前链接发生的请求
$content_length 请求头“Content-Length”字段
$content_type 请求头“Content-Type”字段
$cookie_NAME cookie中对应NAME的值
$document_root 当前请求root或alias设置对应的值
$document_uri 与$uri相同
转载请注明:苏demo的别样人生 » nginx 常见内置变量