summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 2194d81..3f30b9c 100644
--- a/readme.md
+++ b/readme.md
@@ -60,9 +60,9 @@ hosts:
### Filters
- **filter `proxy`**
- - Forwards the request as-is to some other server. `x-forwarded-proto` and
- `x-forwarded-for` headers are injected into the request. Connection upgrades
- are handled by direct forwarding of network traffic.
+ - Forwards the request as-is to some other server. the `x-real-ip` header is
+ injected into the request. Connection upgrades are handled by direct
+ forwarding of network traffic.
- `backend`: socket address (string) to the backend server
- **filter `files`**
- Provides a simple built-in fileserver. The server handles `accept-ranges`.