Skip to content

Instantly share code, notes, and snippets.

@kalenjordan
Last active December 24, 2015 02:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalenjordan/6731541 to your computer and use it in GitHub Desktop.
Save kalenjordan/6731541 to your computer and use it in GitHub Desktop.
Unique 404's
grep "HTTP\/...\" 404" nginx-access.log | awk '{ print $16}' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment