From d502b546190d7b873794f4d7acd3f241747141ef Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 19 Jun 2023 15:14:46 +0200 Subject: [PATCH] wip #6055 @0.25 --- .../tools/dockerwebcontainer/template/config/httpd/httpd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/tools/dockerwebcontainer/template/config/httpd/httpd.conf b/resources/tools/dockerwebcontainer/template/config/httpd/httpd.conf index 7956e5fa0..3195715fc 100644 --- a/resources/tools/dockerwebcontainer/template/config/httpd/httpd.conf +++ b/resources/tools/dockerwebcontainer/template/config/httpd/httpd.conf @@ -557,3 +557,6 @@ SSLRandomSeed startup builtin SSLRandomSeed connect builtin + +RemoteIPHeader X-Forwarded-For + -- 2.39.5