From 605ac37b8ae0905650e249f1af3734f0ab0eddd8 Mon Sep 17 00:00:00 2001 From: Adam French Date: Sun, 25 Jan 2026 15:59:20 +0000 Subject: [PATCH] fix access log nginx --- nginx/nginx.conf.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index a82e731..5c089be 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -55,8 +55,6 @@ http { location = /robots.txt { allow all; - log_not_found off; - access_log off; } location ~ /.well-known/acme-challenge/ {