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