diff --git a/conf.d/auth.shore.co.il.conf b/conf.d/auth.shore.co.il.conf
index ed683f583149ae2767dae9e9d552f13615073bc8..d40375abc60f65661070f60681f29c3057588cea 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;
     }
 }