Merge pull request #28 from alfg/log-level

Update logging level for rtmp and http
This commit is contained in:
Alfred Gutierrez 2019-06-03 22:44:25 -07:00 committed by GitHub
commit 4bfc120d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
daemon off;
error_log logs/error.log debug;
error_log /dev/stdout info;
events {
worker_connections 1024;
@ -41,6 +41,8 @@ rtmp {
}
http {
access_log /dev/stdout combined;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_session_cache shared:SSL:10m;