fix nginx logs

This commit is contained in:
2026-01-25 16:03:53 +00:00
parent 7ea67a7951
commit edfaf304cf
2 changed files with 2 additions and 1 deletions

View File

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