Open Sweetkubuni opened 7 years ago
hi. copy the stat.xsl from nginx-rtmp-module to nginx directory
Place stat.sml in nginx root html
Same folder holds welcome to nginx index.html
Put full path in nginx.conf
location /stat.xsl { root /usr/local/nginx/html; }
Your path may be different
replace server_name localhost with IP address
Hey guys,
I'm following the getting started tutorial to build / install nginx with rtmp. I'm at the part where I'm trying to access the stats page. However, I'm getting the following error message on the browser : Error loading stylesheet: Parsing an XSLT stylesheet failed.