doc: drop mentions to .pow files ($deity REST their soul)

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2020-12-24 13:30:23 +01:00
parent e72c65c859
commit 26fa12c871
31 changed files with 159 additions and 146 deletions
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env sh
kapow route add /apache-errors - <<-'EOF'
cat /var/log/apache2/access.log | grep 'File does not exist' | kapow set /response/body
+1 -1
View File
@@ -5,7 +5,7 @@ A simple service that exposes log entries for files not found on our Apache Web
## How to run it
```
$ kapow server FixLogGrep.pow
$ kapow server FixLogGrep
```