Improve example TOML in configuration guide.

This commit is contained in:
Arjen 2024-05-01 22:37:49 +02:00 committed by Sergio Benitez
parent 9e3f9ae00f
commit cde1fb5de0
1 changed files with 2 additions and 2 deletions

View File

@ -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