cosmopolitan/tool
Justine Tunney 91f4167a45 Add root redirect for redbean webserver
We have a webserver demo:

    make -j8 o//tool/net/redbean.com
    o/tool/net/redbean.com -v

It's been a little bit confusing that until now you had to visit the
following URL in order to see the default web page:

    http://127.0.0.1:8080/tool/net/redbean.html

The following URLs will now redirect to the above page, but only if
nothing's been defined for those paths and they would otherwise result
in a 404 response:

    http://127.0.0.1:8080/
    http://127.0.0.1:8080/index.html
2021-02-25 19:14:22 -08:00
..
build Improve signal handling and math 2021-02-25 18:33:33 -08:00
decode Trim down executable sizes 2021-02-11 08:37:18 -08:00
emacs Improve signal handling and math 2021-02-25 18:33:33 -08:00
hash Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
net Add root redirect for redbean webserver 2021-02-25 19:14:22 -08:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Add UEFI support 2021-02-21 21:33:04 -08:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00