From 85472588c3983c1f8db8b50178a6bf2584545cf2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 24 Oct 2017 12:51:21 -0600 Subject: [PATCH] gotta turn on indexes somehow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dae6727..bf53848 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ TODO * http - nowww module * http - Allow match styles of `www.*`, `*`, and `*.example.com` equally * http - redirect based on domain name (not just path) +* http.static - indexes: true * tcp - bind should be able to specify localhost, uniquelocal, private, or ip * tcp - if destination host is omitted default to localhost, if dst port is missing, default to src * sys - handle SIGHUP