Update default.conf

This commit is contained in:
Xboard
2025-07-10 19:05:29 +08:00
committed by GitHub
parent 99413c5962
commit cab76f1cf3
+3
View File
@@ -38,4 +38,7 @@ server {
location ~ /\.ht { location ~ /\.ht {
deny all; deny all;
} }
access_log off;
error_log /dev/null crit;
} }