Hi,
For text content the response HTTP header "Content-Type: text/plain" is
commonly used. This patch changes it in the httpd.conf(5) documentation:
Index: httpd.conf.5
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v
retrieving revision 1.71
diff -u -p -r1.71 httpd.conf.5
--- httpd.conf.5 24 Apr 2016 21:06:53 -0000 1.71
+++ httpd.conf.5 27 Apr 2016 13:09:37 -0000
@@ -594,7 +594,7 @@ server "default" {
types {
text/css css
text/html html htm
- text/txt txt
+ text/plain txt
image/gif gif
image/jpeg jpeg jpg
image/png png
--
Kind regards,
Hiltjo