forked from Github/frigate
add secure token module to NGINX in order to pass authSig down to segment files
This commit is contained in:
committed by
Blake Blackshear
parent
fc40567794
commit
8fd12f001b
@@ -71,6 +71,9 @@ http {
|
||||
location /vod/ {
|
||||
vod hls;
|
||||
|
||||
secure_token $args;
|
||||
secure_token_types application/vnd.apple.mpegurl;
|
||||
|
||||
add_header Access-Control-Allow-Headers '*';
|
||||
add_header Access-Control-Expose-Headers 'Server,range,Content-Length,Content-Range';
|
||||
add_header Access-Control-Allow-Methods 'GET, HEAD, OPTIONS';
|
||||
|
||||
Reference in New Issue
Block a user