nytimes / nginx-vod-module-docker

Docker image for nginx with Kaltura's VoD module used by The New York Times
Apache License 2.0
165 stars 81 forks source link

/thumb/ does not work #8

Closed icamys closed 6 years ago

icamys commented 6 years ago

I am running the example and getting following nginx error:

2018/02/13 17:08:35 [error] 6#6: *1 open() "/opt/static/html/thumb/devito360p.mp4/thumb-1000.jpg" failed (2: No such file or directory), client: 172.17.0.1, server: localhost, request: "GET /thumb/devito360p.mp4/thumb-1000.jpg HTTP/1.1", host: "localhost:3030"
172.17.0.1 - [13/Feb/2018:17:08:35 +0000] "GET /thumb/devito360p.mp4/thumb-1000.jpg HTTP/1.1" 404 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36"
fsouza commented 6 years ago

Het @icamys, thanks for opening this issue.

Can you double check that you have the latest version of the example folder cloned locally? Or can you share the contents of the nginx.conf file you're using locally along with the docker run line you're using?

icamys commented 6 years ago

Sorry, my bad! I actually was using an old version of dockerfile. Thank you for your help!

fsouza commented 6 years ago

Awesome, thanks for confirming!