Update README.md
This commit is contained in:
@@ -18,17 +18,12 @@ make #run tests and build
|
|||||||
Run:
|
Run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
LOG_LEVEL=info \
|
./dist/gemserve
|
||||||
PANIC_ON_UNEXPECTED_ERROR=true \
|
|
||||||
RESPONSE_TIMEOUT=10 \ #seconds
|
|
||||||
ROOT_PATH=./srv \
|
|
||||||
DIR_INDEXING_ENABLED=false \
|
|
||||||
./gemserve 0.0.0.0:1965
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You'll need TLS keys, you can use `certs/generate.sh`
|
You'll need TLS keys, you can use `certs/generate.sh`
|
||||||
for quick generation.
|
for quick generation.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [ ] Make TLS keys path configurable via venv
|
- [ ] Make TLS keys path configurable
|
||||||
- [ ] Fix slowloris (proper response timeouts)
|
- [ ] Fix slowloris (proper response timeouts)
|
||||||
|
|||||||
Reference in New Issue
Block a user