Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

fsouza/nginx-vod-signed-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-vod-signed-issue

This repo demonstrates the issue with nginx-vod-module + GCS signed URLs in mapped mode.

To run locally:

% docker build -t nginx-vod-signed-issue .
% docker run -d -p 3030:80 nginx-vod-signed-issue

Then test it with the signed URL:

% curl -i localhost:3030/signed-video/master.m3u8

The unsigned option works fine:

% curl -i localhost:3030/unsigned-video/master.m3u8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published