Difference between revisions of "/var/log/nginx/access.log"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
cat /var/log/nginx/access.log | grep -v [[ELB-HealthChecker]] | cat /var/log/nginx/access.log | grep -v [[ELB-HealthChecker]] | ||
− | cat /var/log/nginx/access.log | grep " [[504]] " | + | [[cat]] /var/log/nginx/access.log | grep " [[504]] " |
Print [[response times]], needs to be activated first: | Print [[response times]], needs to be activated first: |
Revision as of 05:11, 22 September 2022
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
- Web server: Nginx:
/etc/nginx/nginx.conf
,nginx -t
, Nginx logs, Nginx change log, PHP,php-fpm
, Let's encrypt, Nginx directives, Reverse Proxy, Configure HTTP redirection Nginx, Return,proxy_pass (Reverse proxy)
,ngx_http_rewrite_module
,/etc/nginx/sites-enabled/
,error.log
,access.log
,/nginx status
, AIO
Advertising: