diff --git a/Proxy-examples.md b/Proxy-examples.md index 819cef8..9eb2b80 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -97,6 +97,7 @@ server { ProxyPreserveHost On ProxyRequests Off + RequestHeader set X-Real-IP %{REMOTE_ADDR}s ```