/var/log/nginx/access.log

From wikieduonline
Revision as of 05:08, 22 September 2022 by Cry (talk | contribs)
Jump to navigation Jump to search

/var/log/nginx/

cat /var/log/nginx/access.log | grep -v ELB-HealthChecker
cat /var/log/nginx/access.log | grep " 504 "

Print response times, needs to be activated first:

cat /var/log/nginx/access.log | awk '{print $4, $(NF-1)}'

See also

Advertising: