From 9b58d68ae6ee95def14240b18ac267b028427357 Mon Sep 17 00:00:00 2001 From: Leandro Moreira Date: Wed, 5 Apr 2017 11:37:39 -0300 Subject: [PATCH] error logging to stderr --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf b/nginx.conf index c7253ea..e3e2a42 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,6 +4,8 @@ events { worker_connections 1024; } +error_log stderr; + rtmp { server { listen 1935;