From a7e371d3bd46f85a9bb4a84d9d9e6d500daf715f Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Fri, 14 Apr 2023 15:37:23 +0100 Subject: [PATCH] Fix double logging of PHP error by nginx in docker container --- docker/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 678cad8..47b7be3 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -1,6 +1,5 @@ user jumpapp; worker_processes auto; -error_log /dev/stderr warn; events { worker_connections 1024; @@ -17,7 +16,6 @@ http { '$request_time $upstream_response_time $pipe $upstream_cache_status'; access_log /dev/stdout main_timed; - error_log /dev/stderr notice; keepalive_timeout 5;