Skip to content

Instantly share code, notes, and snippets.

@kolber
Created August 10, 2010 04:09
Show Gist options
  • Select an option

  • Save kolber/516648 to your computer and use it in GitHub Desktop.

Select an option

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"
)
@benschwarz

Copy link
Copy Markdown

Hey! I wrote that.

@kolber

kolber commented Aug 10, 2010

Copy link
Copy Markdown
Author

You sure did.

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