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