From 805743bb1775b00d46dc5e112ab8aadafb705818 Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Sat, 1 Nov 2025 21:41:55 +1030 Subject: [PATCH] Remove certbot request config --- docker/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 0528892..af10262 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -8,9 +8,4 @@ server { auth_basic "Restricted"; auth_basic_user_file auth.htpasswd; } - - # Disable authentication for certbot challenge dir. - location /.well-known/acme-challenge/ { - auth_basic off; - } }