From 676268798b04cd29366f4c9bd5198768c82fd672 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 14 Jan 2026 01:42:39 +0100 Subject: [PATCH] refactor(readme): remove https support (use a reverse proxy) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b08179c..57b7db6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A minimal web server. This is a personal project; it is not intended to be a pro - libcyaml - myclib (on my profile) - [doxygen](https://www.doxygen.nl/) - - Optional, just to build the docs. It requires `dot`. + - Optional, just to build the docs. It requires `dot`. ## How to build @@ -31,11 +31,12 @@ And then open the `docs/html/index.html`. ## Roadmap -- HTTPS support with TLS +### Doing + - Support for virtual hosts - CLI args -## Future +## Todo - Minimal Templating - Reverse proxy