Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -83,15 +83,14 @@ Create `server.json`:
|
|||||||
{
|
{
|
||||||
"port": 8080,
|
"port": 8080,
|
||||||
"use_https": false,
|
"use_https": false,
|
||||||
"log_file": "certs/server.log",
|
"server_path": "bin/server",
|
||||||
"verbose": true,
|
"config_path": "sever.json",
|
||||||
"max_threads": 32,
|
"log_file": "log/server.log",
|
||||||
"cache_size": 100,
|
"max_threads": 4,
|
||||||
"rate_limit": {
|
"running": true,
|
||||||
"window": 60,
|
"server_name": "Your_domain/IP",
|
||||||
"max_requests": 100
|
"verbose": true
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Directory Structure
|
### Directory Structure
|
||||||
|
|||||||
Reference in New Issue
Block a user