]> www.dolda2000.com Git - ashd.git/commitdiff
Added text/plain sending to the default dirplex config.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 2 Mar 2011 10:12:28 +0000 (11:12 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Wed, 2 Mar 2011 10:12:28 +0000 (11:12 +0100)
etc/ashd/dirplex.d/send.rc

index 5e005477a778e4bd027fcd2eb62a6df5ce508546..1c4f7cff08b4c6ad589ae6bf9b5561f502459c84 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