diff xml/en/docs/http/ngx_http_hls_module.xml @ 2206:5cacd6fffade

Eliminated some examples of unsafe prefix locations.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 27 Apr 2018 09:59:51 +0300
parents 6650933c46d4
children
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_hls_module.xml
+++ b/xml/en/docs/http/ngx_http_hls_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_hls_module"
         link="/en/docs/http/ngx_http_hls_module.html"
         lang="en"
-        rev="6">
+        rev="7">
 
 <section id="summary">
 
@@ -197,11 +197,11 @@ http {
     server {
         ...
 
-        location /hls {
+        location /hls/ {
             hls;
             hls_forward_args on;
 
-            alias /var/videos;
+            alias /var/videos/;
 
             secure_link $arg_md5,$arg_expires;
             secure_link_md5 "$secure_link_expires$hls_uri$remote_addr secret";