Difference between revisions of "Web troubleshooting"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 3: | Line 3: | ||
* <code>[[systemctl status nginx]]</code> | * <code>[[systemctl status nginx]]</code> | ||
− | + | <code>zcat -f [[/var/log/nginx/access.log]]* | grep " [[504]] " | awk '{print $4" "$7" "$(NF-1)}'</code> | |
== Related == | == Related == |
Revision as of 08:59, 9 March 2023
zcat -f /var/log/nginx/access.log* | grep " 504 " | awk '{print $4" "$7" "$(NF-1)}'
Related
See also
Advertising: