Added text/plain sending to the default dirplex config.
[ashd.git] / etc / ashd / dirplex.d / send.rc
index 5e00547..1c4f7cf 100644 (file)
@@ -4,6 +4,9 @@ match
 match
   filename *.css
   fork sendfile -c text/css
+match
+  filename *.txt
+  fork sendfile -c text/plain
 
 # Image types
 match