From 46c59266976328bf2b176661a97eb6e3acd5ca0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:56:58 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) 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`