Skip to content

Instantly share code, notes, and snippets.

@kolber
Created August 10, 2010 04:09
Show Gist options
  • Save kolber/516648 to your computer and use it in GitHub Desktop.
Save kolber/516648 to your computer and use it in GitHub Desktop.
server.bind = "0.0.0.0"
server.port = 3000
server.document-root = CWD
server.dir-listing = "enable"
accesslog.use-syslog = "disabled"
accesslog.filename = "/var/log/lighttpd/access.log"
index-file.names = ( "index.html" )
mimetype.assign = (
".css" => "text/css",
".gif" => "image/gif",
".htm" => "text/html",
".html" => "text/html",
".jpeg" => "image/jpeg",
".jpg" => "image/jpeg",
".js" => "text/javascript",
".png" => "image/png",
".swf" => "application/x-shockwave-flash",
".txt" => "text/plain"
)
@kolber
Copy link
Author

kolber commented Aug 10, 2010

You sure did.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment