From f209925e4b976c346d5ff42893bb49ac1bf35747 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Thu, 10 May 2012 18:38:25 +0400 Subject: [PATCH] added RTMP stats note --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index b6e5972..908140d 100644 --- a/README +++ b/README @@ -121,8 +121,10 @@ http { } location /stat.xsl { - # XML stylesheet to view RTMP stats - root /home/rarutyunyan/nginx-rtmp-module/; + # XML stylesheet to view RTMP stats. + # Copy stat.xsl wherever you want + # and put the full directory path here + root /path/to/stat.xsl/; } }