blob: 71997cae4e277bd5b3392b40c00d682758576200 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# search config
# listen port
port=8888
# html template path
template=index.htm.tmpl
# app subdirectory for http server
app_subdir=/search
# root
root=/home/arf20/projects
# read magic numbers (mime type)
magic=false
# indexing period (seconds)
period=86400
# http subdirectory for file links
result_subdir=/files/
|