Merge pull request #11 from leandromoreira/patch-2
error logging to stderr
This commit is contained in:
commit
b6589da937
@ -4,6 +4,8 @@ events {
|
|||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
error_log stderr;
|
||||||
|
|
||||||
rtmp {
|
rtmp {
|
||||||
server {
|
server {
|
||||||
listen 1935;
|
listen 1935;
|
||||||
|
Loading…
Reference in New Issue
Block a user