From 305af90bb22d497c7207404ea8bcb210d47819b9 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 3 May 2021 10:17:22 +0300
Subject: [PATCH] Skip a redirect.

---
 conf.d/shore.co.il.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.d/shore.co.il.conf b/conf.d/shore.co.il.conf
index 23853e9..293ca44 100644
--- a/conf.d/shore.co.il.conf
+++ b/conf.d/shore.co.il.conf
@@ -10,7 +10,7 @@ server {
     include     snippets/www-acme-challenge.conf;
     include     snippets/redirect-www.conf;
 
-    location = /        { return 301 https://$host/blog/; }
+    location = /        { return 301 https://www.shore.co.il/blog/; }
 }
 
 server {
-- 
GitLab