Added some default configuration files.
[ashd.git] / etc / ashd / dirplex.d / send.rc
diff --git a/etc/ashd/dirplex.d/send.rc b/etc/ashd/dirplex.d/send.rc
new file mode 100644 (file)
index 0000000..5e00547
--- /dev/null
@@ -0,0 +1,17 @@
+match
+  filename *.html
+  fork sendfile -c text/html
+match
+  filename *.css
+  fork sendfile -c text/css
+
+# 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