templates/conf/obj.conf

Fri, 25 May 2012 18:16:24 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 25 May 2012 18:16:24 +0200
changeset 31
280250e45ba6
parent 12
34aa8001ea53
permissions
-rw-r--r--

updated ucx

#
# 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