From e04f8b9dfb9cff7c95cc39ce6e92e62f9cc8231d Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 21 Jan 2023 01:00:17 +0700 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ad6c9ed..b41f8a0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -15,11 +15,11 @@ location __PATH__/ { } # Prevent useless logs - location = /favicon.ico { + location ~ ^/favicon.ico { log_not_found off; access_log off; } - location = /robots.txt { + location ~ ^/robots.txt { allow all; log_not_found off; access_log off;