diff --git a/test/nginx.conf b/test/nginx.conf index 06ea958..e0f94ea 100644 --- a/test/nginx.conf +++ b/test/nginx.conf @@ -85,6 +85,10 @@ http { root /home/rarutyunyan/nginx-rtmp-module/; } + location /rtmp-publisher { + root /home/rarutyunyan/nginx-rtmp-module/test; + } + location / { root /home/rarutyunyan/nginx-rtmp-module/test/www; } diff --git a/test/rtmp-publisher/demo.html b/test/rtmp-publisher/index.html similarity index 100% rename from test/rtmp-publisher/demo.html rename to test/rtmp-publisher/index.html