Remove duplicate configuration for '.well-known' directory

This commit is contained in:
Eric Nemchik
2026-05-04 15:53:19 -05:00
committed by GitHub
parent f32d76d073
commit 22ed14afff
@@ -180,9 +180,4 @@ server {
access_log off;
return 404;
}
# Allow access to the ".well-known" directory
location ^~ /.well-known {
allow all;
}
}