diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-28 23:51:13 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-28 23:51:13 +0200 |
commit | 6e3407b99c76f5e63f923a76fbafd34610483ae1 (patch) | |
tree | ba40d4129043ed0a6bd477910377fa336f56e892 /readme.md | |
parent | ec1648b19187d3edce40785942357fba51a3a0c0 (diff) | |
download | gnix-6e3407b99c76f5e63f923a76fbafd34610483ae1.tar gnix-6e3407b99c76f5e63f923a76fbafd34610483ae1.tar.bz2 gnix-6e3407b99c76f5e63f923a76fbafd34610483ae1.tar.zst |
x-real-ip
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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`. |