initial virtual hosts support

This commit is contained in:
2025-08-09 19:43:21 +02:00
parent 0a1e36ccc8
commit 7dd0be9afc
6 changed files with 67 additions and 27 deletions

View File

@@ -32,19 +32,19 @@ And then open the `docs/html/index.html`.
## Roadmap
- Implement Keep-Alive
- HTTPS support with TLS
- Support for virtual hosts
- CLI args
## Future
- Support for virtual hosts
- Custom web pages (404)
- CLI args
- IPv6 compatible
- Multithreading to handle concurrent requests
- Logging
- Compression (Gzip)
- Reverse proxy
- PHP-FPM
## Performance