From a3bdaf37b72013fe581f108c4798137e1ea267cd Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Sun, 30 Jun 2024 21:57:33 +1000 Subject: last commit of today; expanding on configuration and modules --- http-cache.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'http-cache.tcl') diff --git a/http-cache.tcl b/http-cache.tcl index 25e5f0d..f377770 100755 --- a/http-cache.tcl +++ b/http-cache.tcl @@ -27,9 +27,9 @@ namespace eval cache { } } - #TODO: Pre-cache all precache files. - foreach i $precache { - add [string cat $::http::root $i] + # Process the precache + foreach i $::http::configure::precache { + add [string cat $::http::configure::srv $i] } } -- cgit v1.2.3