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; - } }