Skip to content
Snippets Groups Projects
Commit 34a6df7f authored by nimrod's avatar nimrod
Browse files

Missing ACME challenge snippets.

parent f8fcc672
No related branches found
No related tags found
No related merge requests found
......@@ -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"; }
}
......
......@@ -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/;
......
......@@ -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/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment