mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #277, support http vhost mount.
This commit is contained in:
parent
4513486266
commit
2742c0d3c2
5 changed files with 32 additions and 11 deletions
|
@ -8,10 +8,10 @@ http_stream {
|
|||
listen 8080;
|
||||
dir ./objs/nginx/html;
|
||||
}
|
||||
vhost __defaultVhost__ {
|
||||
vhost ossrs.net {
|
||||
http {
|
||||
enabled on;
|
||||
mount /default;
|
||||
mount [vhost]/;
|
||||
dir ./objs/nginx/html;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue