mirror of
https://github.com/daledavies/jump.git
synced 2026-01-10 17:32:07 +01:00
Fix double logging of PHP error by nginx in docker container
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user