Initial website design
This commit is contained in:
14
lighttpd.conf
Normal file
14
lighttpd.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
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" )
|
||||
Reference in New Issue
Block a user