From 6cf354f964299f2a73c060d99413d97da90bee3c Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Mon, 4 May 2026 15:50:41 -0500 Subject: [PATCH] Remove duplicate '.well-known' location Removed duplicate configuration for the '.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 031dc43..a55347f 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; - } }