Commit e0bc90be authored by nimrod's avatar nimrod
Browse files

Specific redirect in the fallback site.

parent b2a6935b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@ server {
    listen      80 default_server;
    listen      [::]:80 default_server;
    include     snippets/www-acme-challenge.conf;
    include     snippets/redirect-www.conf;
    return      301 https://www.shore.co.il$request_uri;
}

server {
    listen      443 ssl http2 default_server;
    listen      [::]:443 ssl http2 default_server;
    include     snippets/ssl.conf;
    include     snippets/redirect-www.conf;
    return      301 https://www.shore.co.il$request_uri;
}