From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/lighttpd/lighttpd.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 extra/lighttpd/lighttpd.conf (limited to 'extra/lighttpd/lighttpd.conf') diff --git a/extra/lighttpd/lighttpd.conf b/extra/lighttpd/lighttpd.conf new file mode 100644 index 000000000..8e8ab69e7 --- /dev/null +++ b/extra/lighttpd/lighttpd.conf @@ -0,0 +1,13 @@ +# This is a minimal example config +# See /usr/share/doc/lighttpd +# and http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions + +server.port = 80 +server.username = "http" +server.groupname = "http" +server.document-root = "/srv/http" +server.pid-file = "/var/run/lighttpd/lighttpd.pid" +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" ) -- cgit v1.2.3-54-g00ecf