Commit 305af90b authored by nimrod's avatar nimrod
Browse files

Skip a redirect.

parent e4bd2329
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {