From 0a916c4cfe520ef3859043057e13d8d7d6ccf352 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 30 Apr 2021 21:07:08 +0300
Subject: [PATCH] Use the snippet.

---
 conf.d/auth.shore.co.il.conf | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/conf.d/auth.shore.co.il.conf b/conf.d/auth.shore.co.il.conf
index 1c40ce3..d40375a 100644
--- a/conf.d/auth.shore.co.il.conf
+++ b/conf.d/auth.shore.co.il.conf
@@ -24,8 +24,6 @@ server {
         proxy_pass              http://$auth:8080$request_uri;
         proxy_http_version      1.1;
         include                 snippets/proxy-headers.conf;
-        allow                   163.172.74.36;  # ns4.shore.co.il
-        allow                   62.219.131.121;  # ns1.shore.co.il
-        include                 snippets/allow-private-ips.conf;
+        include                 snippets/allow-shore-ips.conf;
     }
 }
-- 
GitLab