diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/http/http.go | 4 |
1 files changed, 3 insertions, 1 deletions
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 |