]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6055 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Jun 2023 13:14:46 +0000 (15:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Jun 2023 13:14:46 +0000 (15:14 +0200)
resources/tools/dockerwebcontainer/template/config/httpd/httpd.conf

index 7956e5fa08b681476f1a07a6b5080ed4a6d47887..3195715fc78eb2e2be5fa1ea070589251673a03f 100644 (file)
@@ -557,3 +557,6 @@ SSLRandomSeed startup builtin
 SSLRandomSeed connect builtin
 </IfModule>
 
+<IfModule remote_ip>
+RemoteIPHeader X-Forwarded-For
+</IfModule>