rc-httpd: serve markdown with text/plain content-type
This commit is contained in:
parent
2d83ae8fb2
commit
4ff5a4febb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue