具体来说,我想在Nginx
中记录上传到我服务器的图像大小。
目前这就是我所拥有的:
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for" '
'"$http_host" $request_time';
可能单独使用图像数据的大小可能是不可能的,但我可以记录整个POST
数据的大小