From 8bbf2ccc2533fd092e5ebb7f775f26f66ca344e1 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 7 Aug 2026 16:20:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20pass=20headers=20through=20from=20ingres?= =?UTF-8?q?s=20controller=20=E2=80=94=20no=20overwrite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/python/main.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sources/python/main.py b/sources/python/main.py index c7849b0..8eddd9b 100644 --- a/sources/python/main.py +++ b/sources/python/main.py @@ -99,10 +99,7 @@ server {{ location / {{ proxy_pass http://{upstream}; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; + # Headers pass through from ingress controller — no overwrite }} }} """)