From: Fredrik Tolf Date: Wed, 2 Mar 2011 10:12:28 +0000 (+0100) Subject: Added text/plain sending to the default dirplex config. X-Git-Tag: 0.7~1^2~13 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=c6df3d367a1f7bd7ac66ee93e4aa336b0eba15fa Added text/plain sending to the default dirplex config. --- 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