fahrtenbuch/docker/lighttp.conf
2025-06-10 00:42:35 +02:00

12 lines
301 B
Text

server.document-root = "/app/dist"
# to test webhook
server.port = 3000
# 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"
#)