From 22ed14affffd837285c3dd2fbbb37aac71414e38 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 4 May 2026 15:53:19 -0500 Subject: [PATCH] Remove duplicate configuration for '.well-known' directory --- root/defaults/nginx/site-confs/default.conf.sample | 5 ----- 1 file changed, 5 deletions(-) diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index d83a94e..4b0d833 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -180,9 +180,4 @@ server { access_log off; return 404; } - - # Allow access to the ".well-known" directory - location ^~ /.well-known { - allow all; - } }