From e718436841dbab3dabc2fd0cdfa74b5eeefaa839 Mon Sep 17 00:00:00 2001 From: adam schaefers Date: Thu, 29 Dec 2022 12:48:59 -0700 Subject: [PATCH] [without-ssl-conf.d] default.conf - remove acme challenge block --- nginx/without-ssl-conf.d/default.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nginx/without-ssl-conf.d/default.conf b/nginx/without-ssl-conf.d/default.conf index 434f9a0..04196da 100644 --- a/nginx/without-ssl-conf.d/default.conf +++ b/nginx/without-ssl-conf.d/default.conf @@ -42,12 +42,6 @@ server { add_header Permissions-Policy "interest-cohort=()"; ## locations - # ACME-challenge - location ^~ /.well-known { - default_type "text/plain"; - root /usr/share/nginx/html; - allow all; - } # disable Google bots from indexing this site location = /robots.txt {