Fix log grep example

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2020-01-27 16:18:06 +01:00
parent 10e4cd4f6b
commit 66942c4c88
3 changed files with 23 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
kapow route add /apache-errors - <<-'EOF'
cat /var/log/apache2/access.log | grep 'File does not exist' | kapow set /response/body
EOF