mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Conf: Refine comments.
This commit is contained in:
parent
c574ab6465
commit
7e0beb11d8
2 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue