fahrtenbuch/docker/lighttp.conf

11 lines
283 B
Text

server.document-root = "/app/dist"
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"
#)