diff --git a/conf/nginx.conf b/conf/nginx.conf index fda7626..6e0eb5d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,9 +1,3 @@ - location = /robots.txt { - allow all; - log_not_found off; - access_log off; - } - location ^~ /.well-known { # The following 6 rules are borrowed from `.htaccess`