From 6f376e2a5b3c5e2eab6a68e81f13986f0d93379f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 19 May 2021 21:12:59 +0300
Subject: [PATCH] Revert "Remove proxying headers from the auth service."

This reverts commit 954039745659dd8970845298b15593a6cf140469.
---
 conf.d/auth.shore.co.il.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf.d/auth.shore.co.il.conf b/conf.d/auth.shore.co.il.conf
index ed683f5..d40375a 100644
--- a/conf.d/auth.shore.co.il.conf
+++ b/conf.d/auth.shore.co.il.conf
@@ -23,6 +23,7 @@ server {
     location / {
         proxy_pass              http://$auth:8080$request_uri;
         proxy_http_version      1.1;
+        include                 snippets/proxy-headers.conf;
         include                 snippets/allow-shore-ips.conf;
     }
 }
-- 
GitLab