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 {