From 7080c3a2016446eb86311c323b70e6a6a4037f0b Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 22 Mar 2020 15:54:25 +0100 Subject: comment --- src/http/http.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/http/http.go b/src/http/http.go index f4f0e88..db42184 100644 --- a/src/http/http.go +++ b/src/http/http.go @@ -259,7 +259,9 @@ func pathHandler(w http.ResponseWriter, r *http.Request) { content["UpPath"] = ".." } - // In the caddy + // the original caddy file_server has the option to limit the files that are + // displayed + // TODO: Implement this sometime content["ItemsLimitedTo"] = 100000000000 // define the sort order manually -- cgit 1.4.1