From 7f70f4ae8273bdb580370de6dcd8d8bc789ff3db Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 24 Feb 2012 02:12:26 +0530 Subject: [PATCH] add video/webm to apache example --- etc/apache2/vhost.conf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/apache2/vhost.conf.in b/etc/apache2/vhost.conf.in index c9ca4fe3..ecc38d75 100644 --- a/etc/apache2/vhost.conf.in +++ b/etc/apache2/vhost.conf.in @@ -12,6 +12,9 @@ XSendFile on XSendFilePath __PREFIX__ + + AddType video/webm webm + ProxyRequests Off Order deny,allow