From 0170cbe83480a67cf9ac3f2688a429d8a6511066 Mon Sep 17 00:00:00 2001 From: creme Date: Sun, 15 Mar 2020 15:09:48 +0000 Subject: [PATCH] nginx: add markdown file to mime type plain --- etc/nginx/mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/mime.types b/etc/nginx/mime.types index 89be9a4..bc7531c 100644 --- a/etc/nginx/mime.types +++ b/etc/nginx/mime.types @@ -10,7 +10,7 @@ types { application/rss+xml rss; text/mathml mml; - text/plain txt; + text/plain txt md; text/vnd.sun.j2me.app-descriptor jad; text/vnd.wap.wml wml; text/x-component htc;