Skip to content
Permalink
9cdf1c4283
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (15 sloc) 399 Bytes
# lighttpd.conf
# start with:
# lighttpd [-D] -f /scratch/local/www.itfom.eu/lighttpd.conf
server.document-root = "/scratch/local/www.itfom.eu"
server.username="nobody"
server.groupname="nogroup"
server.port = 3001
mimetype.assign = (
".html" => "text/html",
".txt" => "text/plain",
".css" => "text/css",
".jpg" => "image/jpeg",
".png" => "image/png" ,
"" => "text/plain",
)