Nginx LogFormat 备忘

log_format combined '$remote_addr - $remote_user [$time_local]  '
                    '"$request_method $scheme://$host/$request_uri $server_protocol" $status $body_bytes_sent '
                    '"$http_referer" "$http_user_agent"';