mirror of https://github.com/rwf2/Rocket.git
Improve example TOML in configuration guide.
This commit is contained in:
parent
9e3f9ae00f
commit
cde1fb5de0
|
@ -156,8 +156,8 @@ workers = 16
|
||||||
max_blocking = 512
|
max_blocking = 512
|
||||||
keep_alive = 5
|
keep_alive = 5
|
||||||
ident = "Rocket"
|
ident = "Rocket"
|
||||||
ip_header = "X-Real-IP" # set to `false` (the default) to disable
|
ip_header = "X-Real-IP" # set to `false` to disable
|
||||||
proxy_proto_header = `false` # set to `false` (the default) to disable
|
proxy_proto_header = false # set to `false` (the default) to disable
|
||||||
log_level = "normal"
|
log_level = "normal"
|
||||||
temp_dir = "/tmp"
|
temp_dir = "/tmp"
|
||||||
cli_colors = true
|
cli_colors = true
|
||||||
|
|
Loading…
Reference in New Issue