diff --git a/conf.d/myip.shore.co.il.conf b/conf.d/myip.shore.co.il.conf index ff020791059ac02203a394ebd3dad6ca06d9e765..63903cc7c2314e7662aed043a0cb606226f6d2a0 100644 --- a/conf.d/myip.shore.co.il.conf +++ b/conf.d/myip.shore.co.il.conf @@ -5,6 +5,7 @@ server { include snippets/robots-disallow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; + include snippets/www-acme-challenge.conf; error_page 404 /; location = / { return 200 "$remote_addr"; } } diff --git a/conf.d/shore.co.il.conf b/conf.d/shore.co.il.conf index b98371a6ccb7b042441e63d728e731349bb29282..76acb311621c9c2a22004c33eb37069169244f79 100644 --- a/conf.d/shore.co.il.conf +++ b/conf.d/shore.co.il.conf @@ -7,6 +7,7 @@ server { include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; + include snippets/www-acme-challenge.conf; location = / { return 301 https://$host/blog/; } location /repo/ { root /var/www/www.shore.co.il/; diff --git a/conf.d/www.shore.co.il.conf b/conf.d/www.shore.co.il.conf index 3f79fdb98bc6e8c8e7033be87f687c3e868cbdec..f7c0375071ed118854e5ecbfd56181434e41dc26 100644 --- a/conf.d/www.shore.co.il.conf +++ b/conf.d/www.shore.co.il.conf @@ -5,6 +5,7 @@ server { include snippets/robots-allow-all.conf; include snippets/ads-txt.conf; include snippets/security-txt.conf; + include snippets/www-acme-challenge.conf; location = / { return 301 https://$host/blog/; } location /repo/ { root /var/www/www.shore.co.il/;