From 85819ffd55ccd2b373daec9269e90ef27e6603b6 Mon Sep 17 00:00:00 2001 From: groot Date: Sat, 3 May 2025 23:28:03 +0000 Subject: [PATCH] nginx/nginx.conf aktualisiert --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 469c098..2ffc1f1 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -1,4 +1,4 @@ -error_log /var/log/nginx/error.log notice; +error_log /dev/stderr warn; events { worker_connections 1024; }