mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-14 00:56:16 +08:00
added RTMP stats note
This commit is contained in:
6
README
6
README
@ -121,8 +121,10 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /stat.xsl {
|
location /stat.xsl {
|
||||||
# XML stylesheet to view RTMP stats
|
# XML stylesheet to view RTMP stats.
|
||||||
root /home/rarutyunyan/nginx-rtmp-module/;
|
# Copy stat.xsl wherever you want
|
||||||
|
# and put the full directory path here
|
||||||
|
root /path/to/stat.xsl/;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user