From 68dfd3caddf2a6fef4a020f52c0cab1ca0c33557 Mon Sep 17 00:00:00 2001 From: antanst Date: Mon, 26 May 2025 16:50:26 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e2850fa..7dc41ab 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,12 @@ make #run tests and build Run: ```shell -LOG_LEVEL=info \ -PANIC_ON_UNEXPECTED_ERROR=true \ -RESPONSE_TIMEOUT=10 \ #seconds -ROOT_PATH=./srv \ -DIR_INDEXING_ENABLED=false \ -./gemserve 0.0.0.0:1965 +./dist/gemserve ``` You'll need TLS keys, you can use `certs/generate.sh` for quick generation. ## TODO -- [ ] Make TLS keys path configurable via venv +- [ ] Make TLS keys path configurable - [ ] Fix slowloris (proper response timeouts)