match filename *.html fork sendfile -c text/html match filename *.css fork sendfile -c text/css match filename *.txt fork sendfile -c text/plain # Image types match filename *.gif fork sendfile -c image/gif match filename *.png fork sendfile -c image/png match filename *.jpg *.jpeg fork sendfile -c image/jpeg