From b2f81f1d8c95f7e50732af3a542c61b40488b08b Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sun, 26 Sep 2021 01:24:52 +0200
Subject: [PATCH] use x-fordward-for as IP header in logs

---
 public/.htaccess | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/.htaccess b/public/.htaccess
index dd8d1f9..15ccc91 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,2 +1,3 @@
 ErrorDocument 404 /404.html
-Options -Indexes
\ No newline at end of file
+Options -Indexes
+RemoteIPHeader X-Forwarded-For
\ No newline at end of file
-- 
GitLab