12 lines
301 B
Text
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"
|
|
#)
|