1
0
Fork 0
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:
winlin 2015-01-18 16:38:26 +08:00
parent 4513486266
commit 2742c0d3c2
5 changed files with 32 additions and 11 deletions

View file

@ -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;
}
}