From cab76f1cf3a3b66305668e8c579c6f435222681f Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Thu, 10 Jul 2025 19:05:29 +0800 Subject: [PATCH] Update default.conf --- .docker/etc/nginx/http.d/default.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.docker/etc/nginx/http.d/default.conf b/.docker/etc/nginx/http.d/default.conf index 5c0acb1..9b1d49d 100644 --- a/.docker/etc/nginx/http.d/default.conf +++ b/.docker/etc/nginx/http.d/default.conf @@ -38,4 +38,7 @@ server { location ~ /\.ht { deny all; } -} \ No newline at end of file + + access_log off; + error_log /dev/null crit; +}