Remove certbot request config

This commit is contained in:
Brad Treloar 2025-11-01 21:41:55 +10:30
parent 5c724783f3
commit 805743bb17

View file

@ -8,9 +8,4 @@ server {
auth_basic "Restricted"; auth_basic "Restricted";
auth_basic_user_file auth.htpasswd; auth_basic_user_file auth.htpasswd;
} }
# Disable authentication for certbot challenge dir.
location /.well-known/acme-challenge/ {
auth_basic off;
}
} }