gotta turn on indexes somehow

This commit is contained in:
AJ ONeal 2017-10-24 12:51:21 -06:00
parent 44d11e094b
commit 85472588c3
1 changed files with 1 additions and 0 deletions

View File

@ -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