From 7b6674e4ef8a34699ba60c3ac79708e17818c721 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 18 Oct 2016 01:00:52 +0200 Subject: [PATCH 1/1] Make server deliver .md files as text/plain. --- systemfiles/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2