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