hermes

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

commit 8ef052bad2119356aac7b7a11a48cb230aa92ad9
parent 826a6a5a83b698fc538ce6863f880624357b1ee4
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 -----------------