标签:
log_format main ‘realip:$http_x_forwarded_for slbip:$remote_addr-$remote_user [$time_local] "$request" ‘
‘$status $body_bytes_sent "$http_referer" ‘
‘"$http_user_agent" "$http_x_forwarded_for"‘;
log_format man ‘realip:$remote_addr - $remote_user [$time_local] "$request" ‘
‘$status $body_bytes_sent "$http_referer" ‘
‘"$http_user_agent" "$http_x_forwarded_for"‘;
标签:
原文地址:http://www.cnblogs.com/jimingsong/p/4288531.html