python: Clarified recvreq documentation.
[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
7
8# Image types
9match
10 filename *.gif
11 fork sendfile -c image/gif
12match
13 filename *.png
14 fork sendfile -c image/png
15match
16 filename *.jpg *.jpeg
17 fork sendfile -c image/jpeg