fix error in bash example

This commit is contained in:
Ohad Basan
2018-01-11 16:15:52 +02:00
committed by Leonid Bugaev
parent 22a67df6c0
commit f8a1b9dde6
+2 -2
View File
@@ -26,7 +26,7 @@ Simple bash echo middleware (returns same request) will look like this:
```bash
while read line; do
echo $line
end
done
```
Middleware can be enabled using `--middleware` option, by specifying path to executable file:
@@ -71,4 +71,4 @@ Imagine that you have auth system that randomly generate access tokens, which us
***
You may also read about [[Request filtering]], [[Rate limiting]] and [[Request rewriting]].
You may also read about [[Request filtering]], [[Rate limiting]] and [[Request rewriting]].