Conf: Refine comments.
This commit is contained in:
parent
c574ab6465
commit
7e0beb11d8
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
# Note that this is for NGINX server, not SRS.
|
||||
|
||||
worker_processes 3;
|
||||
events {
|
||||
worker_connections 10240;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
# Note that this is for NGINX server, not SRS.
|
||||
|
||||
worker_processes 1;
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user