diff options
Diffstat (limited to 'rc/bin/rc-httpd/handlers/serve-static')
-rwxr-xr-x | rc/bin/rc-httpd/handlers/serve-static | 2 |
1 files changed, 1 insertions, 1 deletions
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 |