Nginx: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    20 April 2020

    • curprev 08:5208:52, 20 April 2020Ekaanbj talk contribs 119 bytes +119 Created page with "==Which urls give 500.== awk '($9 ~ /200/)' /var/log/nginx/content-access.log | awk '{print $7}' | sort | uniq | xargs"