Remove duplicate '.well-known' location

Removed duplicate configuration for the '.well-known' directory.
This commit is contained in:
Eric Nemchik
2026-05-04 15:50:41 -05:00
committed by GitHub
parent dfc0cd587a
commit 6cf354f964
@@ -180,9 +180,4 @@ server {
access_log off;
return 404;
}
# Allow access to the ".well-known" directory
location ^~ /.well-known {
allow all;
}
}