Loading...
server { listen 80; server_name fanpei.com; //域名 index index.html index.php; ...
IP相关统计统计IP访问量(独立ip访问数量) awk '{print $1}' access.log | sort -n | uniq | wc -l ...