templates/config/obj.conf

changeset 39
de4bc3cd2d36
child 45
a24aa388f02f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/config/obj.conf	Sun Dec 30 15:49:44 2012 +0100
@@ -0,0 +1,18 @@
+#
+# obj.conf
+#
+# NSAPI configuration
+#
+
+<Object name="default">
+NameTrans fn="assign-name" from="/hello" name="hello"
+ObjectType fn="type-by-extension"
+Service fn="send-options" method="OPTIONS"
+Service fn="common-index" type="internal/directory"
+Service fn="send-file"
+</Object>
+
+<Object name="hello">
+Service fn="service-hello"
+</Object>
+

mercurial