[without-ssl-conf.d] default.conf - remove acme challenge block

This commit is contained in:
adam schaefers 2022-12-29 12:48:59 -07:00
parent 943b337c21
commit e718436841

View File

@ -42,12 +42,6 @@ server {
add_header Permissions-Policy "interest-cohort=()"; add_header Permissions-Policy "interest-cohort=()";
## locations ## locations
# ACME-challenge
location ^~ /.well-known {
default_type "text/plain";
root /usr/share/nginx/html;
allow all;
}
# disable Google bots from indexing this site # disable Google bots from indexing this site
location = /robots.txt { location = /robots.txt {