hermes

HTTP GET/HEAD-only web server for static content.
git clone git://git.francescosaccone.com/hermes
Log | Files | Refs | README | LICENSE

commit c2ae1fab0800bc5b881e3b659e47c2f0e13c583e
parent c22d3b379901a00a6d6f2188a95770a27e09489f
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Tue,  1 Apr 2025 14:39:34 +0200

docs: specify TLS is not supported

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
MREADME | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -3,6 +3,8 @@ Hermes A minimalist GET/HEAD-only HTTP server for hosting static content. +It does not support TLS: you might want to use a TLS reverse proxy instead. + Build and install -----------------