From: Christian Heller Date: Mon, 17 Oct 2016 23:00:52 +0000 (+0200) Subject: Make server deliver .md files as text/plain. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=7b6674e4ef8a34699ba60c3ac79708e17818c721 Make server deliver .md files as text/plain. --- diff --git a/systemfiles/nginx.conf b/systemfiles/nginx.conf index 3005bfa..07d6bde 100644 --- a/systemfiles/nginx.conf +++ b/systemfiles/nginx.conf @@ -12,7 +12,7 @@ http { text/html html htm shtml; text/css css; text/xml xml; - text/plain txt sh rst; + text/plain txt sh rst md; application/xhtml+xml xhtml; application/pdf pdf; image/jpeg jpg jpeg;