Added some default configuration files.
[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
8 # Image types
9 match
10   filename *.gif
11   fork sendfile -c image/gif
12 match
13   filename *.png
14   fork sendfile -c image/png
15 match
16   filename *.jpg *.jpeg
17   fork sendfile -c image/jpeg