Skip to content

Commit

Permalink
Improve example TOML in configuration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
atezet authored and SergioBenitez committed May 22, 2024
1 parent 9e3f9ae commit cde1fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/10-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ workers = 16
max_blocking = 512
keep_alive = 5
ident = "Rocket"
ip_header = "X-Real-IP" # set to `false` (the default) to disable
proxy_proto_header = `false` # 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
log_level = "normal"
temp_dir = "/tmp"
cli_colors = true
Expand Down

0 comments on commit cde1fb5

Please sign in to comment.