blob: d21b334fc890e7619c5c0ae785a0a22323608be1 (
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/
|