diff --git a/rc/bin/rc-httpd/handlers/serve-static b/rc/bin/rc-httpd/handlers/serve-static index 8cc0ce822..db935d48e 100755 --- a/rc/bin/rc-httpd/handlers/serve-static +++ b/rc/bin/rc-httpd/handlers/serve-static @@ -22,7 +22,7 @@ case *.html *.htm type=text/html case *.css type=text/css -case *.txt +case *.txt *.md type=text/plain case *.jpg *.jpeg type=image/jpeg