From 34a6df7feb43c55a787364d2f638143e88d98f66 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 29 Jan 2021 00:01:14 +0200 Subject: [PATCH] Missing ACME challenge snippets. --- conf.d/myip.shore.co.il.conf | 1 + conf.d/shore.co.il.conf | 1 + conf.d/www.shore.co.il.conf | 1 + 3 files changed, 3 insertions(+) diff --git a/conf.d/myip.shore.co.il.conf b/conf.d/myip.shore.co.il.conf index ff02079..63903cc 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 b98371a..76acb31 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 3f79fdb..f7c0375 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/; -- GitLab