From c6df3d367a1f7bd7ac66ee93e4aa336b0eba15fa Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 2 Mar 2011 11:12:28 +0100 Subject: [PATCH] Added text/plain sending to the default dirplex config. --- etc/ashd/dirplex.d/send.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/ashd/dirplex.d/send.rc b/etc/ashd/dirplex.d/send.rc index 5e00547..1c4f7cf 100644 --- a/etc/ashd/dirplex.d/send.rc +++ b/etc/ashd/dirplex.d/send.rc @@ -4,6 +4,9 @@ match match filename *.css fork sendfile -c text/css +match + filename *.txt + fork sendfile -c text/plain # Image types match -- 2.11.0