Commit 34a6df7f authored by nimrod's avatar nimrod
Browse files

Missing ACME challenge snippets.

parent f8fcc672
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"; }
}
+1 −0
Original line number Diff line number Diff line
@@ -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/;
+1 −0
Original line number Diff line number Diff line
@@ -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/;