Files
5etools-img/docker/lighttpd.conf
TheGiddyLimit 7a8af5a709 v1.198.1
2024-01-01 19:26:38 +00:00

11 lines
205 B
Plaintext

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")