From 7e0beb11d826be9cfe1c5cd7d9503c96f75d1d62 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 10 May 2022 22:17:55 +0800 Subject: [PATCH] Conf: Refine comments. --- trunk/conf/hls.edge.conf | 2 ++ trunk/conf/nginx.proxy.conf | 3 +++ 2 files changed, 5 insertions(+) diff --git a/trunk/conf/hls.edge.conf b/trunk/conf/hls.edge.conf index 84e1dc5bc..5080cee7f 100644 --- a/trunk/conf/hls.edge.conf +++ b/trunk/conf/hls.edge.conf @@ -1,4 +1,6 @@ +# Note that this is for NGINX server, not SRS. + worker_processes 3; events { worker_connections 10240; diff --git a/trunk/conf/nginx.proxy.conf b/trunk/conf/nginx.proxy.conf index bf997f9e6..a18e64cbe 100644 --- a/trunk/conf/nginx.proxy.conf +++ b/trunk/conf/nginx.proxy.conf @@ -1,3 +1,6 @@ + +# Note that this is for NGINX server, not SRS. + worker_processes 1; events { worker_connections 1024;