diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-12-08 02:43:09 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-12-08 02:43:09 +0100 |
| commit | 6e467288fd41b72f867e7551daf3ee0e4b0a3173 (patch) | |
| tree | e52fa97ad2163304d76eadb02156019e47ddea73 /search.cfg.example | |
| parent | 0cd93eca491d9d5d402802bbf6d2fe6c529317ad (diff) | |
| download | arfnet2-search-6e467288fd41b72f867e7551daf3ee0e4b0a3173.tar.gz arfnet2-search-6e467288fd41b72f867e7551daf3ee0e4b0a3173.zip | |
app subdir
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/ |
