Count requests by status code nginx

Frequency of each HTTP status code in access log

awk '{print $9}' /var/log/nginx/access.log | sort | uniq -c | sort -rn
more nginx all 15 commands →