From 6ac29eec363a6b9165d31496e5f83c76dbd402ef Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Fri, 1 Aug 2003 17:30:33 +0000 Subject: [PATCH 1/1] * http: added mime type for .css file. --- modules/control/http.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/control/http.c b/modules/control/http.c index 139b356e02..9d066116bf 100644 --- a/modules/control/http.c +++ b/modules/control/http.c @@ -2,7 +2,7 @@ * http.c : http mini-server ;) ***************************************************************************** * Copyright (C) 2001 VideoLAN - * $Id: http.c,v 1.20 2003/07/31 21:46:37 gbazin Exp $ + * $Id: http.c,v 1.21 2003/08/01 17:30:33 fenrir Exp $ * * Authors: Gildas Bazin * Laurent Aimar @@ -429,6 +429,8 @@ static struct { ".htm", "text/html" }, { ".html", "text/html" }, + { ".css", "text/css" }, + /* media mime */ { ".avi", "video/avi" }, { ".asf", "video/x-ms-asf" }, -- 2.20.1