fix access log nginx

This commit is contained in:
2026-01-25 15:59:20 +00:00
parent 8245a9adde
commit 605ac37b8a

View File

@@ -55,8 +55,6 @@ http {
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
}
location ~ /.well-known/acme-challenge/ {