Files
PersonalWebsite/lighttpd.conf

14 lines
471 B
Plaintext
Raw Permalink Normal View History

2024-02-23 23:28:44 -03:00
server.document-root = "/var/www/html/"
#server.port = 80 # 80 is the default listening port number, if not otherwise specified
# If running lighttpd earlier than lighttpd 1.4.71, uncomment (remove '#') to add the following:
#mimetype.assign = (
# ".html" => "text/html",
# ".txt" => "text/plain",
# ".jpg" => "image/jpeg",
# ".png" => "image/png"
#)
static-file.exclude-extensions = ( ".fcgi", ".php", ".rb", "~", ".inc" )
index-file.names = ( "index.html" )