From dc52b95ded5ae1e18f2a807866e58f5e97fdb042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Thu, 9 Mar 2017 10:32:25 +0100 Subject: [PATCH] Added webm in cache. --- 2.Common_services/5.Nginx/vhost_cache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.Common_services/5.Nginx/vhost_cache.conf b/2.Common_services/5.Nginx/vhost_cache.conf index 2dd592ea..ba2c1a34 100644 --- a/2.Common_services/5.Nginx/vhost_cache.conf +++ b/2.Common_services/5.Nginx/vhost_cache.conf @@ -34,7 +34,7 @@ server { } location /resources/ { # VOD - location ~ \.(m3u8|ts|mp4|mp3|oga|ogv|ogg|mov|flv)$ { + location ~ \.(m3u8|ts|mp4|mp3|webm|oga|ogv|ogg|mov|flv)$ { rewrite ^/(.*)$ /$1? break; proxy_pass {{ source_server }}; proxy_cache uc-cache; -- GitLab