This commit is contained in:
TheGiddyLimit
2024-01-01 19:26:38 +00:00
parent c303f64d0c
commit 7a8af5a709
8 changed files with 1548 additions and 1 deletions

10
docker/lighttpd.conf Normal file
View File

@@ -0,0 +1,10 @@
server.document-root = "/var/www/localhost/htdocs"
server.port = 80
server.username = "lighttpd"
server.groupname = "lighttpd"
include "/etc/lighttpd/mime-types.conf"
index-file.names = ("index.html")

1369
docker/mime-types.conf Normal file

File diff suppressed because it is too large Load Diff