[arch-commits] Commit in lighttpd/trunk (PKGBUILD lighttpd.conf)

Pierre Schmitz pierre at nymeria.archlinux.org
Sat Nov 2 22:39:58 UTC 2013


    Date: Saturday, November 2, 2013 @ 23:39:58
  Author: pierre
Revision: 198745

upgpkg: lighttpd 1.4.33-2

Include more mimetypes in example config

Modified:
  lighttpd/trunk/PKGBUILD
  lighttpd/trunk/lighttpd.conf

---------------+
 PKGBUILD      |    4 ++--
 lighttpd.conf |   12 +++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-02 21:43:36 UTC (rev 198744)
+++ PKGBUILD	2013-11-02 22:39:58 UTC (rev 198745)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.33
-pkgrel=1
+pkgrel=2
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 sha256sums=('2886aedc23857ca44df91b8fe6f36059ec82a859ae0eb230220e42abc331610c'
             'SKIP'
             '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-            'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa'
+            'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
             'd8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
             '503fd8557297f4fb814d74effcb59633135b3c2407a87f5abe97467f0822c147')
 

Modified: lighttpd.conf
===================================================================
--- lighttpd.conf	2013-11-02 21:43:36 UTC (rev 198744)
+++ lighttpd.conf	2013-11-02 22:39:58 UTC (rev 198745)
@@ -9,4 +9,14 @@
 server.errorlog		= "/var/log/lighttpd/error.log"
 dir-listing.activate	= "enable"
 index-file.names	= ( "index.html" )
-mimetype.assign		= ( ".html" => "text/html", ".txt" => "text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", "" => "application/octet-stream" )
+mimetype.assign		= (
+				".html" => "text/html",
+				".txt" => "text/plain",
+				".css" => "text/css",
+				".js" => "application/x-javascript",
+				".jpg" => "image/jpeg",
+				".jpeg" => "image/jpeg",
+				".gif" => "image/gif",
+				".png" => "image/png",
+				"" => "application/octet-stream"
+			)




More information about the arch-commits mailing list