From a29b5361011243e5303a14ed357c19437ca106a3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 10 May 2022 08:08:12 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 619b9b5..080dd5d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,13 +5,8 @@ location / { index index.php; - location = /favicon.ico { - access_log off; log_not_found off; - } - - location = /robots.txt { - access_log off; log_not_found off; - } + location = /favicon.ico { access_log off; log_not_found off; } + location = /robots.txt { access_log off; log_not_found off; } location ~ /\.(?!well-known).* { deny all;