nginx 配置接收 post 请求参数
http{ ...省略... log_format post_tracking '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"...