From aebf7736e2af7c0a63fe10852351bf5fef978c45 Mon Sep 17 00:00:00 2001 From: "Mitchell Krog (Desktop)" Date: Wed, 14 Sep 2016 09:04:44 +0200 Subject: [PATCH] Correction to Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f97757780..249aa171a 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ can add that functionality if you like copying the awk statement !~ from the fir ##### Cron for Monitoring Daily User Agents on Nginx -`00 08 * * * tail -50000 /var/log/nginx/mydomain.co.za-access.log | awk '{print $12}' | tr -d '"' | sort | uniq -c | sort -rn | head -1000 | mail -s "Top 1000 Agents for Mydomain.com" me@mydomain.com` +`00 08 * * * tail -50000 /var/log/nginx/mydomain-access.log | awk '{print $12}' | tr -d '"' | sort | uniq -c | sort -rn | head -1000 | mail -s "Top 1000 Agents for Mydomain.com" me@mydomain.com` ## CONFIGURATION: