gnolizuh / BLSS

NGINX-based Live Media Streaming Server
Other
196 stars 73 forks source link

"http_flv" option support non-root path of http location block #54

Closed gnolizuh closed 7 years ago

gnolizuh commented 7 years ago
# good syntax
location / {
    http_flv on;
}

# but what we need may seem like this ..
location /xxx/xxx {
    http_flv on;
}
gnolizuh commented 7 years ago

done