Nginx: Difference between revisions
From Halfface
Jump to navigationJump to search
Created page with "==Which urls give 500.== awk '($9 ~ /200/)' /var/log/nginx/content-access.log | awk '{print $7}' | sort | uniq | xargs" |
(No difference)
|
Latest revision as of 08:52, 20 April 2020
Which urls give 500.
awk '($9 ~ /200/)' /var/log/nginx/content-access.log | awk '{print $7}' | sort | uniq | xargs