templates/conf/obj.conf@a2c8fc23c90e
templates/conf/obj.conf
Wed, 22 Feb 2012 23:20:39 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 22 Feb 2012 23:20:39 +0100
- changeset 23
- a2c8fc23c90e
- parent 12
-
34aa8001ea53
- child 31
-
280250e45ba6
- permissions
- -rw-r--r--
Added basic authentication
#
# obj.conf
#
# NSAPI configuration
#
<Object name="default">
NameTrans fn="assign-name" from="/hello" name="hello"
ObjectType fn="type-by-extension"
Service fn="common-index" type="internal/directory"
Service fn="send-file"
</Object>
<Object name="hello">
Service fn="service-hello"
</Object>