From 6e467288fd41b72f867e7551daf3ee0e4b0a3173 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 8 Dec 2025 02:43:09 +0100 Subject: app subdir --- search.cfg.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'search.cfg.example') 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/ -- cgit v1.2.3