diff options
Diffstat (limited to 'search.cfg.example')
| -rw-r--r-- | search.cfg.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/search.cfg.example b/search.cfg.example index bb7e8ef..d21b334 100644 --- a/search.cfg.example +++ b/search.cfg.example @@ -6,4 +6,18 @@ 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/ |
