mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support vhosts specified config.
This commit is contained in:
parent
9f94f891ad
commit
58d9677ddd
15 changed files with 376 additions and 9 deletions
|
@ -1,7 +1,12 @@
|
|||
listen 1935 19350;
|
||||
vhost __defaultVhost__ {
|
||||
application live {
|
||||
no_delay on;
|
||||
allow all;
|
||||
}
|
||||
enabled on;
|
||||
gop_cache on;
|
||||
#refer github.com github.io;
|
||||
#refer_publish github.com github.io;
|
||||
refer_play github.com github.io .com;
|
||||
}
|
||||
vhost winlinvip.github.com {
|
||||
gop_cache off;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue