From 9f4e2c5acdb894b6dd6ad0ef2b4c0165d2ed46c6 Mon Sep 17 00:00:00 2001 From: snevas Date: Thu, 13 Jun 2019 16:58:08 +0200 Subject: [PATCH] To give Rocket the correct remote ip --- Proxy-examples.md | 1 + 1 file changed, 1 insertion(+) 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 ```