diff --git a/snippets/redirect-www.conf b/snippets/redirect-www.conf new file mode 100644 index 0000000000000000000000000000000000000000..8b29e435e7ab9ca0daf41d5275567c1e1c2aa393 --- /dev/null +++ b/snippets/redirect-www.conf @@ -0,0 +1 @@ +location / { return 301 https://www.shore.co.il$request_uri; }