Added text/plain sending to the default dirplex config.
[ashd.git] / etc / ashd / dirplex.d / send.rc
CommitLineData
a9330556
FT
1match
2 filename *.html
3 fork sendfile -c text/html
4match
5 filename *.css
6 fork sendfile -c text/css
c6df3d36
FT
7match
8 filename *.txt
9 fork sendfile -c text/plain
a9330556
FT
10
11# Image types
12match
13 filename *.gif
14 fork sendfile -c image/gif
15match
16 filename *.png
17 fork sendfile -c image/png
18match
19 filename *.jpg *.jpeg
20 fork sendfile -c image/jpeg