shithub: riscv

Download patch

ref: 4ff5a4febb8a3bf7f58fcf8524761d2c3565778f
parent: 2d83ae8fb215c12f56e860f04217d5117dc44b43
author: Alex Musolino <alex@musolino.id.au>
date: Thu Jun 20 12:26:03 EDT 2019

rc-httpd: serve markdown with text/plain content-type

--- a/rc/bin/rc-httpd/handlers/serve-static
+++ b/rc/bin/rc-httpd/handlers/serve-static
@@ -22,7 +22,7 @@
         type=text/html
 case *.css
         type=text/css
-case *.txt
+case *.txt *.md
         type=text/plain
 case *.jpg *.jpeg
         type=image/jpeg