home · contact · privacy
Make server deliver .md files as text/plain.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 17 Oct 2016 23:00:52 +0000 (01:00 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 17 Oct 2016 23:00:52 +0000 (01:00 +0200)
systemfiles/nginx.conf

index 3005bfad8edbd1ba8475354a9372356ca63f5681..07d6bdebf7e80f38f8cb078185ff593ea9521cc4 100644 (file)
@@ -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;