Skip to content
Snippets Groups Projects
Commit 305af90b authored by nimrod's avatar nimrod
Browse files

Skip a redirect.

parent e4bd2329
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ server { ...@@ -10,7 +10,7 @@ server {
include snippets/www-acme-challenge.conf; include snippets/www-acme-challenge.conf;
include snippets/redirect-www.conf; include snippets/redirect-www.conf;
location = / { return 301 https://$host/blog/; } location = / { return 301 https://www.shore.co.il/blog/; }
} }
server { server {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment