From fd748c78cb6d940b971dc9b42276d4adaabe62e3 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Wed, 21 Dec 2022 17:37:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9nginx=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/nginx/versions/1.21.4/conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/nginx/versions/1.21.4/conf/nginx.conf b/apps/nginx/versions/1.21.4/conf/nginx.conf index 0fb7ee978..8efa688bf 100644 --- a/apps/nginx/versions/1.21.4/conf/nginx.conf +++ b/apps/nginx/versions/1.21.4/conf/nginx.conf @@ -2,6 +2,7 @@ user root; worker_processes auto; error_log /var/log/nginx/error.log notice; +error_log /dev/stdout notice; pid /var/run/nginx.pid; @@ -19,6 +20,7 @@ http { '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; + access_log /dev/stdout main; sendfile on; server_names_hash_bucket_size 512;