diff --git a/conf.d/www.shore.co.il.conf b/conf.d/www.shore.co.il.conf index f7c0375071ed118854e5ecbfd56181434e41dc26..63c64e75dcdbc1289e1953be6bb014d33d69e5a2 100644 --- a/conf.d/www.shore.co.il.conf +++ b/conf.d/www.shore.co.il.conf @@ -6,12 +6,12 @@ server { include snippets/ads-txt.conf; include snippets/security-txt.conf; include snippets/www-acme-challenge.conf; - location = / { return 301 https://$host/blog/; } + include snippets/upgrade-secure.conf; + location = / { return 301 http://$host/blog/; } location /repo/ { root /var/www/www.shore.co.il/; autoindex on; } - include snippets/redirect-https.conf; } server {