templates/config/obj.conf

changeset 39
de4bc3cd2d36
child 45
a24aa388f02f
equal deleted inserted replaced
38:d07810b02147 39:de4bc3cd2d36
1 #
2 # obj.conf
3 #
4 # NSAPI configuration
5 #
6
7 <Object name="default">
8 NameTrans fn="assign-name" from="/hello" name="hello"
9 ObjectType fn="type-by-extension"
10 Service fn="send-options" method="OPTIONS"
11 Service fn="common-index" type="internal/directory"
12 Service fn="send-file"
13 </Object>
14
15 <Object name="hello">
16 Service fn="service-hello"
17 </Object>
18

mercurial