Commit 6ac29eec authored by Laurent Aimar's avatar Laurent Aimar

* http: added mime type for .css file.

parent 66933202
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* http.c : http mini-server ;) * http.c : http mini-server ;)
***************************************************************************** *****************************************************************************
* Copyright (C) 2001 VideoLAN * 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 <gbazin@netcourrier.com> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
...@@ -429,6 +429,8 @@ static struct ...@@ -429,6 +429,8 @@ static struct
{ ".htm", "text/html" }, { ".htm", "text/html" },
{ ".html", "text/html" }, { ".html", "text/html" },
{ ".css", "text/css" },
/* media mime */ /* media mime */
{ ".avi", "video/avi" }, { ".avi", "video/avi" },
{ ".asf", "video/x-ms-asf" }, { ".asf", "video/x-ms-asf" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment