Initial website design

This commit is contained in:
2024-02-23 23:28:44 -03:00
parent d3504a7033
commit 536f2bd9a8
22 changed files with 19398 additions and 6 deletions

14
lighttpd.conf Normal file
View 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" )